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

Function GetUdataMem

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

Source from the content-addressed store, hash-verified

192}
193
194static void* GetUdataMem(Udata* U)
195{
196 return getudatamem(U);
197}
198
199static int32 GetUdataMemSize(Udata* U)
200{

Callers 3

GetUserdataDescFunction · 0.85
GetUserdataFastFunction · 0.85
GetScriptContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected