Exemple #1
0
 public static uint CheckUnsigned(LuaStatePtr l, int numArg)
 {
     return(LuaLDelegates.luaL_checkunsigned(l, numArg));
 }