Skip to content

Interactor Suppress Interactable

Temporarily suppresses an Interactable in an Interactor so it cannot be selected again immediately.

Parameter Description
Interactor The Interactor that owns the suppression state.
Interactable The Interactable to suppress.
Suppress Duration Suppression duration in seconds.

Notes

  • A duration greater than 0 suppresses the target for that amount of time.
  • A duration of 0 clears that suppression.
  • If another valid Interactable is nearby, the Interactor can switch to that one on the next update.

Example

Use this after exiting a ladder, seat, or terminal if you do not want the same target to be selected again immediately.

See also