luaL_checktype() public static méthode

public static luaL_checktype ( LuaState luaState, int narg, Type type ) : void
luaState LuaState
narg int
type System.Type
Résultat void
Exemple #1
0
 public static void luaL_checktype(this LuaState luaState, int narg, Type type) => Lua.luaL_checktype(luaState, narg, type);