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

Function ECollisionChannel_Index

Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:1126–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126static int32 ECollisionChannel_Index(lua_State *L)
1127{
1128 return CollisionEnum_Index(L, &FCollisionHelper::ConvertToCollisionChannel);
1129}
1130
1131static int32 EObjectTypeQuery_Index(lua_State *L)
1132{

Callers

nothing calls this directly

Calls 1

CollisionEnum_IndexFunction · 0.85

Tested by

no test coverage detected