023B

From GTAMods Wiki
Jump to navigation Jump to search

GTA III San Andreas IS_CHAR_TOUCHING_OBJECT_ON_FOOT


Description
Checks if the character is touching the object on foot
Syntax
023B:   actor [char handle] touching_object [object handle] on_foot
Parameter
[char handle]
The handle of the character
[object handle]
The handle of the object

This conditional opcode returns true when the character touches or collides with the object. This opcode was never called in the original script of GTA III.

Keywords

check, character, touch, touching, object, collide, foot

See also

  • GTA III 0178, checks if the player is touching the object
  • GTA III San Andreas 0179, checks if the character is touching the object
  • GTA III 023A, checks if the player is touching the object on foot