MCPcopy 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

RestoreOverridesMethod · 0.45
SuspendOverridesMethod · 0.45
DoStringMethod · 0.45
LoadStringFunction · 0.45
FetchNewVersionMethod · 0.45
DefineMethod · 0.45
DefineMethod · 0.45

Calls

no outgoing calls

Tested by 2

DefineMethod · 0.36
DefineMethod · 0.36