RemoveAllImpact() public method

public RemoveAllImpact ( ) : void
return void
 static public int RemoveAllImpact(IntPtr l)
 {
     try {
         GameFramework.SkillStateInfo self = (GameFramework.SkillStateInfo)checkSelf(l);
         self.RemoveAllImpact();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }