Hierarchy

  • ITileManagerEvents

Methods

  • Called when a tile event is about to be created

    Returns

    False if the creature cannot spawn, or undefined to use the default logic

    Parameters

    • type: TileEventType

      The type of tile event

    • tile: default

      The tile where the tile event will be created

    Returns undefined | boolean

  • Called when a tile event is created.

    Parameters

    Returns any

  • Called when a tile event is removed.

    Parameters

    Returns any

Generated using TypeDoc