Cam::setGameplayCoordHint

From RAGE Multiplayer Wiki
Revision as of 20:48, 22 April 2024 by Shr0x (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JavaScript Syntax


Required Arguments

  • x: Number
  • y: Number
  • z: Number
  • duration: Number
  • blendoutDuration: Number
  • blendInDuration: Number
  • unk: Number

Return value

  • void

Syntax

mp.game.cam.setGameplayCoordHint(x, y, z, duration, blendOutDuration, blendInDuration, unk);

Example

mp.game.cam.setGameplayCoordHint(0.0, 0.0, 0.0, 3, 0, 0, 0);


See also

Template:Cam s function c