luaL_checkudata() private méthode

private luaL_checkudata ( LuaState luaState, int narg, string tname ) : void*
luaState LuaState
narg int
tname string
Résultat void*
Exemple #1
0
 public static unsafe void *luaL_checkudata(this LuaState luaState, int narg, string tname) => Lua.luaL_checkudata(luaState, narg, tname);