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

Method Push

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

Source from the content-addressed store, hash-verified

926 struct TPointerHelper
927 {
928 static int32 Push(lua_State* L, T* V)
929 {
930 return UnLua::PushPointer(L, (void*)V, TType<typename TDecay<T>::Type>::GetName());
931 }
932
933 static T* Get(lua_State* L, int32 Index)
934 {

Callers

nothing calls this directly

Calls 2

PushPointerFunction · 0.85
GetNameFunction · 0.85

Tested by

no test coverage detected