Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFecItemOptions

Represents options for FecItem objects.

Hierarchy

  • IFecItemOptions

Index

Properties

Optional delay

delay: number

Number of simulated time units to wait for.

Optional path

path: IMovePath

IMovePath object that defines the path for moving an entity.

Optional queue

queue: Queue

Queue that the entity is about to enter.

Optional ready

ready: boolean

Whether the entity is ready to resume execution.

Optional signal

signal: any

Signal that the entity is waiting for.

Optional units

units: number

Number of queue capacity units the entity is about to seize.

Generated using TypeDoc