MCPcopy Create free account
hub / github.com/Tencent/UnLua / GetUdata

Function GetUdata

Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static Udata* GetUdata(TValue* Value)
190{
191 return uvalue(Value);
192}
193
194static void* GetUdataMem(Udata* U)
195{

Callers 3

GetUdataHeaderSizeFunction · 0.85
GetUserdataFastFunction · 0.85
GetScriptContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected