Gameplay::atan2

From RAGE Multiplayer Wiki
Revision as of 10:04, 22 July 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

mp.game.gameplay.atan2(p0, p1);

Required Arguments

  • p0: float
  • p1: float

Return value

  • float

Example

// todo

See also