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