Player::setVisualFieldMaxElevationAngle

From RAGE Multiplayer Wiki
Revision as of 23:44, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This native refers to the field of vision the ped has above them, starting at 0 degrees. 90f would let the ped see enemies directly above of them.

Syntax

player.setVisualFieldMaxElevationAngle(angle);

Required Arguments

  • angle: float

Return value

  • Undefined

Example

// todo

See also