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

Method Get

Plugins/UnLua/Source/UnLua/Public/UnLuaLegacy.h:933–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931 }
932
933 static T* Get(lua_State* L, int32 Index)
934 {
935 T* V = (T*)UnLua::GetPointer(L, Index);
936 return V;
937 }
938 };
939
940 template <typename T>

Callers 2

LoadStringFunction · 0.45
PushFunction · 0.45

Calls 1

GetPointerFunction · 0.85

Tested by

no test coverage detected