MCPcopy Create free account
hub / github.com/Norbyte/bg3se / IsLuaContainerType

Function IsLuaContainerType

BG3Extender/Lua/Debugger/LuaDebugger.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 inline bool IsLuaContainerType(MetatableTag tag)
20 {
21 return tag == MetatableTag::ObjectRef
22 || tag == MetatableTag::Array
23 || tag == MetatableTag::Map
24 || tag == MetatableTag::Set
25 || tag == MetatableTag::Entity
26 || tag == MetatableTag::ImguiObject;
27 }
28
29 inline bool IsLuaContainerType(lua_State* L, int index)
30 {

Callers 2

EvaluateInContextMethod · 0.85
GetVariablesInLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected