LuaInterface.LuaStatePtr.LuaTypeName C# (CSharp) Method

LuaTypeName() public method

public LuaTypeName ( LuaTypes type ) : string
type LuaTypes
return string
        public string LuaTypeName(LuaTypes type)
        {
            return LuaDLL.lua_typename(L, type);
        }

Same methods

LuaStatePtr::LuaTypeName ( int idx ) : string