HoverChain.runLocalInputActions

Run an input action implemented by this node. HoverChain does not implement any by default.

class HoverChain
protected
bool
runLocalInputActions

Parameters

pointer HoverPointer

Pointer associated with the event.

actionID InputActionID

ID of the input action to perform.

isActive bool

If true, the action has been activated during this frame.

Return Value

Type: bool

True if the action was handled, false if not.

Meta