Difference between revisions of "0A32"
Jump to navigation
Jump to search
m (0A32 is out of opcodes range for GTA3/VC, these games do not support it.) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | ''' | + | | games = {{Icon|SA}} |
− | ''' | + | | command = IS_CHAR_ATTACHED_TO_ANY_CAR |
− | + | | description = Checks if the character is attached to any vehicle. | |
+ | | syntax1 = 0A32: actor [''char handle''] on_turret_of_car | ||
+ | | p1t = [''char handle''] | ||
+ | | p1d = The handle of the character | ||
+ | }} | ||
− | This opcode | + | This conditional opcode returns true when the character is attached ("turreted") to any vehicle. |
− | ==Keywords== | + | == Keywords == |
− | + | actor, character, turret, attach, attached, car, vehicle | |
− | |||
− |
Latest revision as of 19:22, 27 January 2016
- Description
- Checks if the character is attached to any vehicle.
- Syntax
- 0A32: actor [char handle] on_turret_of_car
- Parameter
- [char handle]
- The handle of the character
This conditional opcode returns true when the character is attached ("turreted") to any vehicle.
Keywords
actor, character, turret, attach, attached, car, vehicle