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

Method GetBoundRef

Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140int UUnLuaManager::GetBoundRef(const UClass* Class)
141{
142 const auto Info = Classes.Find(Class);
143 if (!Info)
144 return LUA_NOREF;
145 return Info->TableRef;
146}
147
148/**
149 * Get all default Axis/Action inputs

Callers 2

PushFunctionFunction · 0.45
SetUpMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by 1

SetUpMethod · 0.36