0459

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME


Description
Ends all scripts with this name
Syntax
0459: end_thread_named '[string]'
end_thread_named '[string]'
Parameter
[string]
7-character name
Native analog
TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME

This opcode stops the execution of all scripts with this name. Scripts can be named through opcode 03A4 and more than one scripts can have the same name. Any upper case letters (A-Z) are converted to lower case by the game internally. This opcode was never called in the original script of GTA III.

Keywords

thread, script, end, terminate, name

See also

  • GTA III Vice City San Andreas 004E, ends this script