gta.terminateScript: Difference between revisions

no edit summary
No edit summary
 
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|name = gta.terminateScript
|side = client
|type = function
|type = function
|name = gta.terminateScript
|games = iii vc sa iv
|returnTypes = void
|desc = end a game script, specified by script name (immediately stops the script)
|parameters = string scriptName
|arg1 = string scriptName The name of the script to terminate.
|parameter1 = string scriptName The name of the script to terminate.
|return = void void
|usage = end a game script, specified by script name (immediately stops the script)
|freturn = void
|returnInfo = void
|note = This does NOT apply to resources! This only stops SCM game scripts (use [[gta.getActiveScripts|gta.getActiveScripts]] to see currently running scripts.
|returnFail1 = void
|notes = This does NOT apply to resources! This only stops SCM game scripts (use [[gta.getActiveScripts|gta.getActiveScripts]] to see currently running scripts.
}}
}}
6,833

edits