Gameplay::getHeadingFromVector2d
Client-Side Function
JavaScript Syntax
Gets a heading in degrees between x and y points.
Required Params
- x: float
- y: float
Return value
- float
Syntax
mp.game.gameplay.getHeadingFromVector2d(x, y);
Example
//todo