Example #1
0
 static int isZhangAi(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 3);
         AstarFight          obj  = (AstarFight)ToLua.CheckObject(L, 1, typeof(AstarFight));
         UnityEngine.Vector3 arg0 = ToLua.ToVector3(L, 2);
         int arg1 = (int)LuaDLL.luaL_checknumber(L, 3);
         obj.isZhangAi(arg0, arg1);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }