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