update docs

This commit is contained in:
Evil Factory
2022-03-05 23:12:56 -03:00
parent 422edc7fa4
commit a2dc2c5ed0
19 changed files with 752 additions and 73 deletions

View File

@@ -46,6 +46,10 @@ function SendSignal(signalOrString, connectionOrConnectionName) end
-- @Vector2 WorldPosition
--- UpdateTransform
-- @realm shared
function UpdateTransform() end
--- FlipX
-- @realm shared
-- @tparam bool relativeToSub
@@ -65,8 +69,9 @@ function GetConnectedComponents(recursive) end
--- GetConnectedComponentsRecursive
-- @realm shared
-- @tparam Connection c
-- @tparam bool ignoreInactiveRelays
-- @treturn table
function GetConnectedComponentsRecursive(c) end
function GetConnectedComponentsRecursive(c, ignoreInactiveRelays) end
--- FindController
-- @realm shared
@@ -451,10 +456,6 @@ function SendPendingNetworkUpdates() end
-- @tparam Camera cam
function Update(deltaTime, cam) end
--- UpdateTransform
-- @realm shared
function UpdateTransform() end
--- ServerWrite
-- @realm shared
-- @tparam IWriteMessage msg
@@ -619,6 +620,11 @@ function GetHashCode() end
-- @realm shared
-- @InteractionType CampaignInteractionType
---
-- DefaultRect, Field of type Rectangle
-- @realm shared
-- @Rectangle DefaultRect
---
-- SerializableProperties, Field of type table
-- @realm shared
@@ -920,14 +926,14 @@ function GetHashCode() end
-- @bool DisplaySideBySideWhenLinked
---
-- Repairables, Field of type Enumerable
-- Repairables, Field of type table
-- @realm shared
-- @Enumerable Repairables
-- @table Repairables
---
-- Components, Field of type Enumerable
-- Components, Field of type table
-- @realm shared
-- @Enumerable Components
-- @table Components
---
-- Linkable, Field of type bool
@@ -955,9 +961,9 @@ function GetHashCode() end
-- @ItemPrefab PendingItemSwap
---
-- AllPropertyObjects, Field of type Enumerable
-- AllPropertyObjects, Field of type IReadOnlyList`1
-- @realm shared
-- @Enumerable AllPropertyObjects
-- @IReadOnlyList`1 AllPropertyObjects
---
-- OrderedToBeIgnored, Field of type bool
@@ -1054,6 +1060,11 @@ function GetHashCode() end
-- @realm shared
-- @bool RemoveIfLinkedOutpostDoorInUse
---
-- Layer, Field of type string
-- @realm shared
-- @string Layer
---
-- Removed, Field of type bool
-- @realm shared