Tao.Lua.Lua.lua_gettop C# (CSharp) Method

lua_gettop() private method

private lua_gettop ( lua_State L ) : int
L lua_State
return int
        public extern static int lua_gettop(lua_State L);
Lua