0170

From GTAMods Wiki
Revision as of 19:53, 28 December 2008 by Spaceeinstein (talk | contribs) (New page: {{OpCode | ini = 0170=2,%2d% %1d% | description = Gets the Z angle of the player | p1 = Actor handle | p2 = Variable to store the angle | game = GTA3, ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Gets the Z angle of the player
Syntax
{{{syntax1}}}
Parameter
Native analog
GET_CHAR_HEADING

This gets the Z angle of the player and stores it into a variable. The angle is in degrees. This opcode does not work in San Andreas so use 0172 instead. Note that the parameters are swapped.

Sanny Builder example:

0170: 0@ = player $PLAYER_CHAR Z_angle

Note

The above format is more commonly used. The actual format of this opcode is in order:
0170=2,%1d% %2d%
The format to use depends on which INI file you use.

Keywords

get, store, player, angle