update docs
This commit is contained in:
109
docs/lua/enums/DisconnectReason.lua
Normal file
109
docs/lua/enums/DisconnectReason.lua
Normal file
@@ -0,0 +1,109 @@
|
||||
--[[--
|
||||
DisconnectReason enum.
|
||||
]]
|
||||
-- @enum DisconnectReason
|
||||
|
||||
---
|
||||
-- DisconnectReason.Unknown = 0
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.Unknown
|
||||
|
||||
---
|
||||
-- DisconnectReason.Banned = 1
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.Banned
|
||||
|
||||
---
|
||||
-- DisconnectReason.Kicked = 2
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.Kicked
|
||||
|
||||
---
|
||||
-- DisconnectReason.ServerShutdown = 3
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.ServerShutdown
|
||||
|
||||
---
|
||||
-- DisconnectReason.ServerCrashed = 4
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.ServerCrashed
|
||||
|
||||
---
|
||||
-- DisconnectReason.ServerFull = 5
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.ServerFull
|
||||
|
||||
---
|
||||
-- DisconnectReason.AuthenticationRequired = 6
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.AuthenticationRequired
|
||||
|
||||
---
|
||||
-- DisconnectReason.SteamAuthenticationRequired = 7
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.SteamAuthenticationRequired
|
||||
|
||||
---
|
||||
-- DisconnectReason.SteamAuthenticationFailed = 8
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.SteamAuthenticationFailed
|
||||
|
||||
---
|
||||
-- DisconnectReason.SessionTaken = 9
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.SessionTaken
|
||||
|
||||
---
|
||||
-- DisconnectReason.TooManyFailedLogins = 10
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.TooManyFailedLogins
|
||||
|
||||
---
|
||||
-- DisconnectReason.NoName = 11
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.NoName
|
||||
|
||||
---
|
||||
-- DisconnectReason.InvalidName = 12
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.InvalidName
|
||||
|
||||
---
|
||||
-- DisconnectReason.NameTaken = 13
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.NameTaken
|
||||
|
||||
---
|
||||
-- DisconnectReason.InvalidVersion = 14
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.InvalidVersion
|
||||
|
||||
---
|
||||
-- DisconnectReason.MissingContentPackage = 15
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.MissingContentPackage
|
||||
|
||||
---
|
||||
-- DisconnectReason.IncompatibleContentPackage = 16
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.IncompatibleContentPackage
|
||||
|
||||
---
|
||||
-- DisconnectReason.NotOnWhitelist = 17
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.NotOnWhitelist
|
||||
|
||||
---
|
||||
-- DisconnectReason.ExcessiveDesyncOldEvent = 18
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.ExcessiveDesyncOldEvent
|
||||
|
||||
---
|
||||
-- DisconnectReason.ExcessiveDesyncRemovedEvent = 19
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.ExcessiveDesyncRemovedEvent
|
||||
|
||||
---
|
||||
-- DisconnectReason.SyncTimeout = 20
|
||||
-- @realm shared
|
||||
-- @number DisconnectReason.SyncTimeout
|
||||
109
docs/lua/enums/NetEntityEvent.Type.lua
Normal file
109
docs/lua/enums/NetEntityEvent.Type.lua
Normal file
@@ -0,0 +1,109 @@
|
||||
--[[--
|
||||
NetEntityEvent.Type enum.
|
||||
]]
|
||||
-- @enum NetEntityEvent.Type
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Invalid = 0
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Invalid
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.ComponentState = 1
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.ComponentState
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.InventoryState = 2
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.InventoryState
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Status = 3
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Status
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Treatment = 4
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Treatment
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.ApplyStatusEffect = 5
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.ApplyStatusEffect
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.ChangeProperty = 6
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.ChangeProperty
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Control = 7
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Control
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.UpdateSkills = 8
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.UpdateSkills
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Combine = 9
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Combine
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.SetAttackTarget = 10
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.SetAttackTarget
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.ExecuteAttack = 11
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.ExecuteAttack
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.Upgrade = 12
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.Upgrade
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.AssignCampaignInteraction = 13
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.AssignCampaignInteraction
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.TeamChange = 14
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.TeamChange
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.ObjectiveManagerState = 15
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.ObjectiveManagerState
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.AddToCrew = 16
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.AddToCrew
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.UpdateExperience = 17
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.UpdateExperience
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.UpdateTalents = 18
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.UpdateTalents
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.UpdateMoney = 19
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.UpdateMoney
|
||||
|
||||
---
|
||||
-- NetEntityEvent.Type.UpdatePermanentStats = 20
|
||||
-- @realm shared
|
||||
-- @number NetEntityEvent.Type.UpdatePermanentStats
|
||||
Reference in New Issue
Block a user