Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoadString
Function · 0.45
Push
Function · 0.45
Calls
1
GetPointer
Function · 0.85
Tested by
no test coverage detected