Skip to main content

BroadcastMessageNames

const BroadcastMessageNames: object

Defined in: defines.ts:475

BroadcastMessage enum key lookup. This can be indexed by BroadcastMessages to get the human-readable name of the provided broadcast message index.

Type Declaration

0

readonly 0: "CameraSwitchPos" = 'CameraSwitchPos'

1

readonly 1: "CameraSwitchNum" = 'CameraSwitchNum'

10

readonly 10: "TelemCommand" = 'TelemCommand'

11

readonly 11: "FFBCommand" = 'FFBCommand'

12

readonly 12: "ReplaySearchSessionTime" = 'ReplaySearchSessionTime'

13

readonly 13: "VideoCapture" = 'VideoCapture'

14

readonly 14: "UnusedPlaceholder" = 'UnusedPlaceholder'

2

readonly 2: "CameraSetState" = 'CameraSetState'

3

readonly 3: "ReplaySetPlaySpeed" = 'ReplaySetPlaySpeed'

4

readonly 4: "ReplaySetPlayPosition" = 'ReplaySetPlayPosition'

5

readonly 5: "ReplaySearch" = 'ReplaySearch'

6

readonly 6: "ReplaySetState" = 'ReplaySetState'

7

readonly 7: "ReloadTextures" = 'ReloadTextures'

8

readonly 8: "ChatCommand" = 'ChatCommand'

9

readonly 9: "PitCommand" = 'PitCommand'