All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:27, 29 April 2024 Shr0x talk contribs created page Gameplay::getAngleBetween2DVectors (Created page with "{{ClientsideJsFunction}} {{JSContainer| Gets the angle in degrees between 2 given points ===Required Params=== *'''x1:''' {{RageType|float}} *'''y1:''' {{RageType|float}} *'''x2:''' {{RageType|float}} *'''y2:''' {{RageType|float}} ===Return value=== *''' {{RageType|float}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.getAngleBetween2DVectors(x1, y1, x2, y2); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighl...")