Difference between revisions of "03E2"
Jump to navigation
Jump to search
m |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = REGISTER_<wbr>EL_<wbr>BURRO_<wbr>TIME | |
− | + | | description = Saves the best time in Turismo [[List of statistics (III)|stat]] | |
− | + | | syntax1 = 03E2: register_el_burro_time [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the lowest value to the "Best Turismo time in secs" | + | This opcode saves the lowest value to the "Best Turismo time in secs" stat ([[GXT]] key <code>ELBURRO</code>). The stat initially starts with a value of 0 and does not appear in the stats menu until its value is greater than 0. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the saved value with the new value; higher values have no effect on the stat. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]]. |
− | {{Icon|VC}} | + | |
− | + | {{OpCode | |
− | + | | games = {{Icon|VC}} | |
− | + | | command = SET_<wbr>CHAR_<wbr>OBJ_<wbr>LEAVE_<wbr>ANY_<wbr>CAR | |
− | + | | description = Sets the character's [[objective]] to leave any vehicle | |
− | + | | syntax1 = 03E2: actor [''char handle''] leave_any_car | |
− | + | | p1t = [''char handle''] | |
− | + | | p1d = The handle of the character | |
− | + | }} | |
This opcode is almost equivalent to opcode [[01D3]] with the difference being that the vehicle does not have to be specified. | This opcode is almost equivalent to opcode [[01D3]] with the difference being that the vehicle does not have to be specified. | ||
Line 28: | Line 27: | ||
== See also == | == See also == | ||
* {{Icon|3}} {{Icon|VC}} [[01D3]], sets the character's objective to leave a vehicle | * {{Icon|3}} {{Icon|VC}} [[01D3]], sets the character's objective to leave a vehicle | ||
− | |||
− |
Latest revision as of 01:46, 28 November 2016
- Description
- Saves the best time in Turismo stat
- Syntax
- 03E2: register_el_burro_time [int]
- Parameter
- [int]
- Integer value
This opcode saves the lowest value to the "Best Turismo time in secs" stat (GXT key ELBURRO
). The stat initially starts with a value of 0 and does not appear in the stats menu until its value is greater than 0. Any value can overwrite a value of 0. For every other values, only those lower than the saved value will update the saved value with the new value; higher values have no effect on the stat. The value set with this opcode is saved in block 17 of the save file.
- Description
- Sets the character's objective to leave any vehicle
- Syntax
- 03E2: actor [char handle] leave_any_car
- Parameter
- [char handle]
- The handle of the character
This opcode is almost equivalent to opcode 01D3 with the difference being that the vehicle does not have to be specified.
Keywords
register, save, fastest, best, time, el, burro, turismo, statistics, stat, set, actor, character, objective, leave, exit, car, vehicle
See also
- 01D3, sets the character's objective to leave a vehicle