diff options
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index ff704539f..88ab8c5ba 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -11132,6 +11132,17 @@ a_Player:OpenWindow(Window); }, Notes = "Sets the player visibility to other players", }, + SpectateEntity = + { + Params = + { + { + Name = "Target", + Type = "cEntity", + }, + }, + Notes = "Spectates the target entity. Does not change the player's gamemode to spectator mode. When called with self or nil as the target, resets the spectation.", + }, TossEquippedItem = { Params = |