029F

From GTAMods Wiki
Revision as of 22:48, 19 January 2016 by Spaceeinstein (talk | contribs) (Created page with "{{OpCode | games = {{Icon|3}} {{Icon|VC}} | command = IS_PLAYER_STOPPED | description = Checks if the player is "stopped" | syntax1 = 029F:   player [''play...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City IS_PLAYER_STOPPED


Description
Checks if the player is "stopped"
Syntax
029F:   player [player handle] stopped
Parameter
[player handle]
The handle of the player

This conditional opcode returns true when the player is "stopped." It behaves almost exactly the same as opcode 02A0 except it returns false when the player is jumping without pressing the movement buttons.

Keywords

check, player, stopped, stop

See also

  • GTA III 02A0, checks if the character is "stopped"