MCPcopy Create free account
hub / github.com/Ubpa/Utopia / InitCore

Method InitCore

src/ScriptSystem/Init/InitCore.cpp:5–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <Utopia/Core/Components/Components.h>
4
5void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected