0459
Jump to navigation
Jump to search
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
- 004E, ends this script