0459

From GTAMods Wiki
Revision as of 06:47, 22 July 2015 by Spaceeinstein (talk | contribs) (page updates)
Jump to navigation Jump to search

GTA III Vice City San Andreas TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME


Description

Ends a named script

Syntax

0459: end_thread_named '[string]'
end_thread_named '[string]'

Parameter

[string]
7-character string

Native analog

TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME

This opcode stops the execution of a script by its name. Scripts can be named through opcode 03A4. Any upper case letters (A-Z) are converted to lower case by the game internally. If there are other scripts with the same name, all of them will be ended. This opcode was never called in the original script of GTA III.

Keywords

thread, script, end, terminate, name