GetPlayerCameraRotation
Docslocal retval = GetPlayerCameraRotation(playerSrc)Description
Gets the current camera rotation for a specified player. This native is used server side when using OneSync.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The player handle. |
Returns
Vector3Returns a 3D vector (x, y, z).