GetTotalSkillLevel() public method

public GetTotalSkillLevel ( ) : int
return int
 static public int GetTotalSkillLevel(IntPtr l)
 {
     try {
         GameFramework.SkillStateInfo self = (GameFramework.SkillStateInfo)checkSelf(l);
         var ret = self.GetTotalSkillLevel();
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }