Difference between revisions of "004E"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{Icon|trilogy}} ''' | + | {{Icon|trilogy}} '''TERMINATE_THIS_SCRIPT''' |
<hr /> | <hr /> | ||
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| | <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| |
Revision as of 07:45, 24 July 2015
Description
- Ends the script
Syntax
- 004E: end_thread
- end_thread
Parameter
- none
This opcode stops the execution of the script in which it is used. All data within the script (such as local variables and timers) immediately are nulled and the script is removed from the game memory.
This opcode must not be used in CLEO. Use CLEO's opcode 0A93 in San Andreas or 05DD in GTA III and Vice City to end the custom script.
Keywords
mission, thread, end, terminate, script
See also
- 0459, ends a named script