Edit

PlayerInputModeChangeAfterEventSignal Class

Manages callbacks that are connected to player input mode.

Methods

subscribe

subscribe(callback: (arg0: PlayerInputModeChangeAfterEvent) => void): (arg0: PlayerInputModeChangeAfterEvent) => void

Adds a callback that will be called after the player input mode changes.

Parameters

Returns (arg0: PlayerInputModeChangeAfterEvent) => void

Notes:

  • This function can't be called in restricted-execution mode.
  • This function can be called in early-execution mode.

unsubscribe

unsubscribe(callback: (arg0: PlayerInputModeChangeAfterEvent) => void): void

Removes a callback from being called after the player input mode changes.

Parameters

Notes:

  • This function can't be called in restricted-execution mode.
  • This function can be called in early-execution mode.