Beispiel #1
0
 static public int get_HitSkillCfg(IntPtr l)
 {
     try {
         GameFramework.Skill.PredefinedSkill self = (GameFramework.Skill.PredefinedSkill)checkSelf(l);
         pushValue(l, true);
         pushValue(l, self.HitSkillCfg);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Beispiel #2
0
 static public int ReBuild(IntPtr l)
 {
     try {
         GameFramework.Skill.PredefinedSkill self = (GameFramework.Skill.PredefinedSkill)checkSelf(l);
         self.ReBuild();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }