lua_gettop() 공개 정적인 메소드

public static lua_gettop ( ) : int
리턴 int
예제 #1
0
 public static int lua_gettop(this LuaState luaState) => Lua.lua_gettop(luaState);