| 1124 | } |
| 1125 | |
| 1126 | static int32 ECollisionChannel_Index(lua_State *L) |
| 1127 | { |
| 1128 | return CollisionEnum_Index(L, &FCollisionHelper::ConvertToCollisionChannel); |
| 1129 | } |
| 1130 | |
| 1131 | static int32 EObjectTypeQuery_Index(lua_State *L) |
| 1132 | { |
nothing calls this directly
no test coverage detected