MCPcopy Create free account
hub / github.com/SapphireServer/Sapphire / ScriptMgr

Method ScriptMgr

src/world/Script/ScriptMgr.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace fs = std::filesystem;
31
32Sapphire::Scripting::ScriptMgr::ScriptMgr() :
33 m_firstScriptChangeNotificiation( false )
34{
35 m_nativeScriptMgr = createNativeScriptMgr();
36}
37
38Sapphire::Scripting::ScriptMgr::~ScriptMgr()
39{

Callers

nothing calls this directly

Calls 1

createNativeScriptMgrFunction · 0.85

Tested by

no test coverage detected