h1z1-server
Preparing search index...
servers/ZoneServer2016/managers/constructiondecayworker
ConstructionDecayWorker
Class ConstructionDecayWorker
Index
Constructors
constructor
Methods
compute
Decay
Damage
stop
Constructors
constructor
new
ConstructionDecayWorker
()
:
ConstructionDecayWorker
Returns
ConstructionDecayWorker
Methods
compute
Decay
Damage
computeDecayDamage
(
payload
:
{
constructionDoors
:
EntityDecaySnapshot
[]
;
constructionSimple
:
EntityDecaySnapshot
[]
;
foundations
:
EntityDecaySnapshot
[]
;
lootableConstruction
:
EntityDecaySnapshot
[]
;
ticksToFullDecay
:
number
;
worldFreeplaceDecayMultiplier
:
number
;
worldLootable
:
EntityDecaySnapshot
[]
;
worldSimple
:
EntityDecaySnapshot
[]
;
}
,
)
:
Promise
<
DecayDamageResult
>
Parameters
payload
:
{
constructionDoors
:
EntityDecaySnapshot
[]
;
constructionSimple
:
EntityDecaySnapshot
[]
;
foundations
:
EntityDecaySnapshot
[]
;
lootableConstruction
:
EntityDecaySnapshot
[]
;
ticksToFullDecay
:
number
;
worldFreeplaceDecayMultiplier
:
number
;
worldLootable
:
EntityDecaySnapshot
[]
;
worldSimple
:
EntityDecaySnapshot
[]
;
}
Returns
Promise
<
DecayDamageResult
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
compute
Decay
Damage
stop
h1z1-server
Loading...