Difference between revisions of "07F1"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>07F1=1,  %1d%</code><br>
+
{{OpCode
'''Description''': Checks if the player is performing a wheelie<br>
+
| ini        = 07F1=1,  %1d%
'''Parameter 1''': Player handle<br>
+
| description = Checks if the player is performing a wheelie
'''Supports''': San Andreas<br>
+
| p1          = Player handle
 +
| game        = [[San Andreas]]
 +
| native      = [[IS_PLAYER_PERFORMING_WHEELIE]]
 +
}}
 +
This opcode checks if the player is performing a wheelie. A wheelie is being performed if only the rear wheel of a motorcycle or bicycle is touching the ground. The body of the bike and the front wheel cannot touch any solid surface.
  
 
==Keywords==
 
==Keywords==
 
check, player, performing, wheelie
 
check, player, performing, wheelie
 
[[Category:OpCodes]]
 

Revision as of 07:19, 14 January 2010

{{{games}}}


Description
Checks if the player is performing a wheelie
Syntax
{{{syntax1}}}
Parameter
Native analog
IS_PLAYER_PERFORMING_WHEELIE

This opcode checks if the player is performing a wheelie. A wheelie is being performed if only the rear wheel of a motorcycle or bicycle is touching the ground. The body of the bike and the front wheel cannot touch any solid surface.

Keywords

check, player, performing, wheelie