0459
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
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