Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TourPlayer

Index

Functions

add_tourEnded

get_playing

  • get_playing(): boolean
  • Get whether a player is currently actually playing its tour.

    Note that this is a static method on the TourPlayer class, even though most player state is associated with class instances.

    Returns boolean

remove_tourEnded

  • Deregister a "tourEnded" callback.

    The deregistration is performed by object equality check. Since the callback in question is a function, if you want to use this function you probably need to save the callback in some kind of variable for future retrieval.

    Parameters

    Returns void

Generated using TypeDoc