Difference between revisions of "03A4"
Jump to navigation
Jump to search
(page updates) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|t}} | + | {{OpCode |
− | + | | games = {{Icon|t}} | |
− | + | | command = SCRIPT_NAME | |
− | + | | description = Names the [[script]] | |
− | + | | syntax1 = 03A4: name_thread '[''string'']' | |
− | + | | syntax2 = thread '[''string'']' | |
− | + | | p1t = [''string''] | |
− | + | | p1d = 7-character string | |
− | + | }} | |
− | |||
− | This opcode | + | By default, any new script is named ''noname''. This opcode renames the current [[script]] to the one specified. Any upper case letters (A-Z) are converted to lower case by the game internally. Opcode [[0459]] can be used to end scripts with this given name. |
+ | |||
+ | In [[GTA3script]] there cannot be two scripts with the same name in a given multifile, in such case the compiler will emit an error. | ||
== Keywords == | == Keywords == | ||
thread, script, name | thread, script, name | ||
− | |||
− |
Latest revision as of 03:27, 28 January 2017
- Description
- Names the script
- Syntax
- 03A4: name_thread '[string]'
- thread '[string]'
- Parameter
- [string]
- 7-character string
By default, any new script is named noname. This opcode renames the current script to the one specified. Any upper case letters (A-Z) are converted to lower case by the game internally. Opcode 0459 can be used to end scripts with this given name.
In GTA3script there cannot be two scripts with the same name in a given multifile, in such case the compiler will emit an error.
Keywords
thread, script, name