GetPlayerFocusPos
Docslocal retval = GetPlayerFocusPos(playerSrc)Description
Gets the focus position (i.e. the position of the active camera in the game world) of a player.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The player to get the focus position of |
Returns
Vector3Returns a 3D vector (x, y, z).