| 3 | #include <Utopia/Core/Components/Components.h> |
| 4 | |
| 5 | void Ubpa::Utopia::detail::InitCore(lua_State* L) { |
| 6 | ULuaPP::Register<Children>(L); |
| 7 | ULuaPP::Register<Input>(L); |
| 8 | ULuaPP::Register<LocalToParent>(L); |
| 9 | ULuaPP::Register<LocalToWorld>(L); |
| 10 | ULuaPP::Register<Name>(L); |
| 11 | ULuaPP::Register<Parent>(L); |
| 12 | ULuaPP::Register<Roamer>(L); |
| 13 | ULuaPP::Register<Rotation>(L); |
| 14 | ULuaPP::Register<RotationEuler>(L); |
| 15 | ULuaPP::Register<Scale>(L); |
| 16 | ULuaPP::Register<NonUniformScale>(L); |
| 17 | ULuaPP::Register<Translation>(L); |
| 18 | ULuaPP::Register<WorldTime>(L); |
| 19 | ULuaPP::Register<WorldToLocal>(L); |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected