Class: ProductionQueue

ProductionQueue()

new ProductionQueue()

Source:

Methods

DisableAutoQueue()

Turn off Auto-Queue.
Source:

EnableAutoQueue()

Turn on Auto-Queue.
Source:

HasQueuedProduction() → {boolean}

Source:
Returns:
- Whether this entity is currently producing.
Type
boolean

IsAutoQueueing() → {boolean}

Source:
Returns:
- Whether we are automatically queuing items.
Type
boolean

Item(producer, metadata)

This object represents an item in the queue.
Parameters:
Name Type Description
producer number The entity ID of our producer.
metadata string Optionally any metadata attached to us.
Source: