MCPcopy Create free account
hub / github.com/Segs/Segs / registerTypes

Method registerTypes

Projects/CoX/Servers/MapServer/ScriptingEngine/ScriptingEngine.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32ScriptingEngine::~ScriptingEngine() = default;
33
34void ScriptingEngine::registerTypes()
35{
36 register_GenericTypes();
37 register_SpawnerTypes();
38 register_CharacterTypes();
39}
40
41//! @}

Callers 2

startMethod · 0.45
cmdHandler_ReloadScriptsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected