Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ Length
Method
Length
Plugins/UnLua/Source/UnLua/Private/LuaValue.cpp:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
int32 FLuaTable::Length() const
88
{
89
const auto L = Env->GetMainState();
90
return lua_rawlen(L, Index);
91
}
92
93
FLuaValue FLuaTable::operator[](int32 i) const
94
{
Callers
7
RestoreOverrides
Method · 0.45
SuspendOverrides
Method · 0.45
DoString
Method · 0.45
LoadString
Function · 0.45
FetchNewVersion
Method · 0.45
Define
Method · 0.45
Define
Method · 0.45
Calls
no outgoing calls
Tested by
2
Define
Method · 0.36
Define
Method · 0.36