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

Method NativeScriptMgr

src/world/Script/NativeScriptMgr.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 NativeScriptMgr::NativeScriptMgr()
122 {
123 auto& serverMgr = Common::Service< Sapphire::World::ServerMgr >::ref();
124
125 m_loader.setCachePath( serverMgr.getConfig().scripts.cachePath );
126 }
127
128
129 std::shared_ptr< NativeScriptMgr > createNativeScriptMgr()

Callers

nothing calls this directly

Calls 1

setCachePathMethod · 0.80

Tested by

no test coverage detected