Class EntitySpawnEventSignalBeta

Registers a script-based event handler for handling what happens when an entity spawns.

Hierarchy

  • EntitySpawnEventSignal

Constructors

Methods

Constructors

Methods

  • Parameters

    • callback: ((arg) => void)

      Function that handles the spawn event.

    Returns ((arg) => void)

      • (arg): void
      • Parameters

        Returns void

        Remarks

        Method to register an event handler for what happens when an entity spawns.

    Remarks

    Method to register an event handler for what happens when an entity spawns.

  • Parameters

    • callback: ((arg) => void)

      Original function that was passed into the subscribe event, that is to be unregistered.

    Returns void

    Remarks

    Unregisters a method that was previously subscribed to the subscription event.

    Throws

    This function can throw errors.