コード例 #1
0
 static public int calcActionOffset(IntPtr l)
 {
     try {
         Game.ActionRecord self = (Game.ActionRecord)checkSelf(l);
         self.calcActionOffset();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }