LuaInterface.LuaStatePtr.LuaToInteger C# (CSharp) Method

LuaToInteger() public method

public LuaToInteger ( int idx ) : int
idx int
return int
        public int LuaToInteger(int idx)
        {
            return LuaDLL.lua_tointeger(L, idx);
        }