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

Method Get

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

Source from the content-addressed store, hash-verified

975 }
976
977 static T Get(lua_State* L, int32 Index)
978 {
979 T* V = (T*)UnLua::GetPointer(L, Index);
980 return *V;
981 }
982 };
983
984 template <typename T>

Callers

nothing calls this directly

Calls 1

GetPointerFunction · 0.85

Tested by

no test coverage detected