Skip to content

Latest commit

 

History

History
215 lines (95 loc) · 2.04 KB

File metadata and controls

215 lines (95 loc) · 2.04 KB

Home > server > PlayerCameraEvent

PlayerCameraEvent enum

Event types a PlayerCamera can emit. See PlayerCameraEventPayloads for the payloads.

Signature:

export declare enum PlayerCameraEvent 

Enumeration Members

Member

Value

Description

LOOK_AT_ENTITY

"PLAYER_CAMERA.LOOK_AT_ENTITY"

LOOK_AT_POSITION

"PLAYER_CAMERA.LOOK_AT_POSITION"

SET_ATTACHED_TO_ENTITY

"PLAYER_CAMERA.SET_ATTACHED_TO_ENTITY"

SET_ATTACHED_TO_POSITION

"PLAYER_CAMERA.SET_ATTACHED_TO_POSITION"

SET_FILM_OFFSET

"PLAYER_CAMERA.SET_FILM_OFFSET"

SET_FORWARD_OFFSET

"PLAYER_CAMERA.SET_FORWARD_OFFSET"

SET_FOV

"PLAYER_CAMERA.SET_FOV"

SET_MODE

"PLAYER_CAMERA.SET_MODE"

SET_MODEL_HIDDEN_NODES

"PLAYER_CAMERA.SET_MODEL_HIDDEN_NODES"

SET_OFFSET

"PLAYER_CAMERA.SET_OFFSET"

SET_TRACKED_ENTITY

"PLAYER_CAMERA.SET_TRACKED_ENTITY"

SET_TRACKED_POSITION

"PLAYER_CAMERA.SET_TRACKED_POSITION"

SET_ZOOM

"PLAYER_CAMERA.SET_ZOOM"