Cam::setGameplayCamRelativeHeading
Jump to navigation
Jump to search
Sets the camera position relative to heading in float from -360 to +360.
Heading is alwyas 0 in aiming camera.
Syntax
mp.game.cam.setGameplayCamRelativeHeading(heading);Required Arguments
- heading: float
Return value
- Undefined
Example
// todo