Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class EventDispatcherImpl

    Standard implementation of the Events interface.

    Implements

    Index

    Constructors

    Methods

    • Dispatches an event.

      Parameters

      • type: string

        The event type.

      • eventData: Record<string, unknown> = {}

        Optional data associated with the event.

      Returns void