h1z1-server
    Preparing search index...
    Index

    Constructors

    Properties

    _collectingEntities: { [characterId: string]: string } = {}

    HashMap of all CollectingEntities, uses CharacterId (string) for indexing

    _smeltingEntities: { [characterId: string]: string } = {}

    HashMap of all SmeltingEntities, uses CharacterId (string) for indexing

    burnTime: number

    The time (milliseconds) it takes for a fuel entity to burn - 2 minutes seconds by default

    checkCollectorsTimer?: Timeout

    The timer to check for honeycomb inside of all collectable entities - 5 min x 72 ticks = 6 hours for honeycomb

    checkSmeltablesTimer?: Timeout

    The timer for checking all smeltable entities

    collectingTickTime: number = 300000

    The time (milliseconds) it takes for a CollectingEntity to fill water/honey - 5 min x 4 ticks = 20 mins

    lastBurnTime: number = 0

    The time (milliseconds) at which the most recent qualified item was "burned"

    smeltTime: number

    The time (milliseconds) it takes for a non-fuel entity to smelt - 7 seconds by default

    Methods