Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SapphireServer/Sapphire
/ setCachePath
Method
setCachePath
src/world/Script/ScriptLoader.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
void Sapphire::Scripting::ScriptLoader::setCachePath( const string& m_cachePath )
193
{
194
ScriptLoader::m_cachePath = m_cachePath;
195
}
Callers
1
NativeScriptMgr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected