Spectator
Server/Entity/GameMode/Spectator.json, 721 B
Fields
| Field | Type |
|---|---|
Spectator | boolean |
MovementConfigId | string |
Flying | boolean |
NoClip | boolean |
Invulnerable | boolean |
Intangible | boolean |
ItemDrops | boolean |
PreventInventoryAccess | boolean |
OverrideAllInteractions | boolean |
TriggerBlocks | boolean |
LockedCameraView | string |
EntityEffectId | string |
VoiceChannel | string |
HudComponents | array[7] |
InteractionsOnEnter | object |
Source
{
"Spectator": true,
"MovementConfigId": "Spectator",
"Flying": true,
"NoClip": true,
"Invulnerable": true,
"Intangible": true,
"ItemDrops": false,
"PreventInventoryAccess": true,
"OverrideAllInteractions": true,
"TriggerBlocks": false,
"LockedCameraView": "FirstPerson",
"EntityEffectId": "Spectator",
"VoiceChannel": "Spectator",
"HudComponents": [
"Chat",
"Notifications",
"KillFeed",
"InputBindings",
"PlayerList",
"EventTitle",
"Compass"
],
"InteractionsOnEnter": {
"Interactions": [
{
"Type": "Simple",
"Effects": {
"LocalSoundEventId": "SFX_Avatar_Powers_Disable_Local"
}
}
]
}
}