observer_mode_t
This enum represents the observer modes available in the game.
none
Field
Represents no observer mode (not spectating anyone).
fixed
Field
Represents a fixed camera position.
in_eye
Field
Represents observing from the perspective of the player being spectated.
chase
Field
Represents a chase camera that follows the player being spectated.
roaming
Field
Represents a free-roaming camera.
directed
Field
Represents an automatically directed camera, typically controlled by the game or server.
Last updated