luaL_checktype() 공개 정적인 메소드

public static luaL_checktype ( LuaState luaState, int narg, Type type ) : void
luaState LuaState
narg int
type System.Type
리턴 void
예제 #1
0
 public static void luaL_checktype(this LuaState luaState, int narg, Type type) => Lua.luaL_checktype(luaState, narg, type);