lua_gettop() public static méthode

public static lua_gettop ( ) : int
Résultat int
Exemple #1
0
 public static int lua_gettop(this LuaState luaState) => Lua.lua_gettop(luaState);