Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SapphireServer/Sapphire
/ createNativeScriptMgr
Function
createNativeScriptMgr
src/world/Script/NativeScriptMgr.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
129
std::shared_ptr< NativeScriptMgr > createNativeScriptMgr()
130
{
131
return std::make_shared< NativeScriptMgr >();
132
}
133
}
134
Callers
1
ScriptMgr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected