Cam::setGameplayCamRelativePitch

From RAGE Multiplayer Wiki
Revision as of 19:54, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sets the camera pitch.

Parameters:
x = pitches the camera on the x axis.
Value2 = always seems to be hex 0x3F800000 (1.000000 float).

Syntax

cam.setGameplayCamRelativePitch(x, Value2);

Required Arguments

  • x: float
  • Value2: float

Return value

  • unknown (to be checked)

Example

todo

See also

Template:Cam function c