Skip to content

Action

An action is something people can interact with in the world.

The label shown to the user when they are nearby. Defaults to Interact.

The distance in meters that the action should be displayed. The engine will only ever show this if they are nearby AND there is no other action that is closer. Defaults to 3.

How long the player must hold down the interact button to trigger it, in seconds. Defaults to 0.5

The function to call when the interact button is first pressed.

The function to call when the interact button has been held down for the full duration.

The function call if the interact button is released before the full duration.

Inherits all Node properties