update docs
This commit is contained in:
@@ -46,6 +46,22 @@ function SendSignal(signalOrString, connectionOrConnectionName) end
|
||||
-- @Vector2 WorldPosition
|
||||
|
||||
|
||||
--- FlipX
|
||||
-- @realm shared
|
||||
-- @tparam bool relativeToSub
|
||||
function FlipX(relativeToSub) end
|
||||
|
||||
--- FlipY
|
||||
-- @realm shared
|
||||
-- @tparam bool relativeToSub
|
||||
function FlipY(relativeToSub) end
|
||||
|
||||
--- GetConnectedComponents
|
||||
-- @realm shared
|
||||
-- @tparam bool recursive
|
||||
-- @treturn table
|
||||
function GetConnectedComponents(recursive) end
|
||||
|
||||
--- GetConnectedComponentsRecursive
|
||||
-- @realm shared
|
||||
-- @tparam Connection c
|
||||
@@ -104,12 +120,12 @@ function CanClientAccess(c) end
|
||||
|
||||
--- TryInteract
|
||||
-- @realm shared
|
||||
-- @tparam Character picker
|
||||
-- @tparam Character user
|
||||
-- @tparam bool ignoreRequiredItems
|
||||
-- @tparam bool forceSelectKey
|
||||
-- @tparam bool forceActionKey
|
||||
-- @tparam bool forceUseKey
|
||||
-- @treturn bool
|
||||
function TryInteract(picker, ignoreRequiredItems, forceSelectKey, forceActionKey) end
|
||||
function TryInteract(user, ignoreRequiredItems, forceSelectKey, forceUseKey) end
|
||||
|
||||
--- GetContainedItemConditionPercentage
|
||||
-- @realm shared
|
||||
@@ -235,8 +251,9 @@ function IgnoreByAI(character) end
|
||||
-- @tparam ItemContainer container
|
||||
-- @tparam Boolean& isPreferencesDefined
|
||||
-- @tparam Boolean& isSecondary
|
||||
-- @tparam bool requireConditionRestriction
|
||||
-- @treturn bool
|
||||
function IsContainerPreferred(container, isPreferencesDefined, isSecondary) end
|
||||
function IsContainerPreferred(container, isPreferencesDefined, isSecondary, requireConditionRestriction) end
|
||||
|
||||
--- Clone
|
||||
-- @realm shared
|
||||
@@ -438,22 +455,6 @@ function Update(deltaTime, cam) end
|
||||
-- @realm shared
|
||||
function UpdateTransform() end
|
||||
|
||||
--- FlipX
|
||||
-- @realm shared
|
||||
-- @tparam bool relativeToSub
|
||||
function FlipX(relativeToSub) end
|
||||
|
||||
--- FlipY
|
||||
-- @realm shared
|
||||
-- @tparam bool relativeToSub
|
||||
function FlipY(relativeToSub) end
|
||||
|
||||
--- GetConnectedComponents
|
||||
-- @realm shared
|
||||
-- @tparam bool recursive
|
||||
-- @treturn table
|
||||
function GetConnectedComponents(recursive) end
|
||||
|
||||
--- ServerWrite
|
||||
-- @realm shared
|
||||
-- @tparam IWriteMessage msg
|
||||
@@ -608,6 +609,11 @@ function GetHashCode() end
|
||||
-- @realm shared
|
||||
-- @Hull CurrentHull
|
||||
|
||||
---
|
||||
-- HullOxygenPercentage, Field of type number
|
||||
-- @realm shared
|
||||
-- @number HullOxygenPercentage
|
||||
|
||||
---
|
||||
-- CampaignInteractionType, Field of type InteractionType
|
||||
-- @realm shared
|
||||
@@ -808,6 +814,11 @@ function GetHashCode() end
|
||||
-- @realm shared
|
||||
-- @number Condition
|
||||
|
||||
---
|
||||
-- ConditionIncreasedRecently, Field of type bool
|
||||
-- @realm shared
|
||||
-- @bool ConditionIncreasedRecently
|
||||
|
||||
---
|
||||
-- Health, Field of type number
|
||||
-- @realm shared
|
||||
@@ -829,9 +840,14 @@ function GetHashCode() end
|
||||
-- @bool InvulnerableToDamage
|
||||
|
||||
---
|
||||
-- SpawnedInOutpost, Field of type bool
|
||||
-- SpawnedInCurrentOutpost, Field of type bool
|
||||
-- @realm shared
|
||||
-- @bool SpawnedInOutpost
|
||||
-- @bool SpawnedInCurrentOutpost
|
||||
|
||||
---
|
||||
-- AllowStealing, Field of type bool
|
||||
-- @realm shared
|
||||
-- @bool AllowStealing
|
||||
|
||||
---
|
||||
-- OriginalOutpost, Field of type string
|
||||
@@ -1108,11 +1124,6 @@ function GetHashCode() end
|
||||
-- @realm shared
|
||||
-- @bool StolenDuringRound
|
||||
|
||||
---
|
||||
-- AllowStealing, Field of type bool
|
||||
-- @realm shared
|
||||
-- @bool AllowStealing
|
||||
|
||||
---
|
||||
-- AvailableSwaps, Field of type HashSet`1
|
||||
-- @realm shared
|
||||
|
||||
Reference in New Issue
Block a user