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

Method unloadScript

src/world/Script/ScriptLoader.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool Sapphire::Scripting::ScriptLoader::unloadScript( Sapphire::Scripting::ScriptInfo* info )
117{
118 return unloadScript( info->handle );
119}
120
121bool Sapphire::Scripting::ScriptLoader::unloadScript( ModuleHandle handle )
122{

Callers 1

scriptMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected