Player::setPlayerTargetingMode

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

I don't know which number is which mode I'm sure it can easily be found with testing, but scripts showed it's not player. They ask a function which returns this Global (Global_2404048) on in the Xbox360 scripts, then sets the param to either, (0, 1, 2, or 3).

Syntax

player.setPlayerTargetingMode(targetMode);

Required Arguments

  • targetMode: int

Return value

  • Undefined

Example

todo

See also