A singleton Tour Collection class responsible for registering and activating Tours, accessible as game.tours

See

Hierarchy (view full)

Methods

Methods

  • Register a new Tour

    Parameters

    • namespace: string

      The namespace of the Tour

    • id: string

      The machine-readable id of the Tour

    • tour: Tour

      The constructed Tour

    Returns void

  • Parameters

    • key: any
    • tour: any

    Returns Tours

    Inherit Doc