Skip to content

ASBridgeState

PT | EN
Inherits: LimboState

LimboState with integrated Ability System support.

Description

A [LimboState] that integrates with Ability System. Provides automatic event dispatching on state transitions and event listening for automatic transitions. Can require specific tags to be present before entering, and dispatches AS events on _enter, _exit, and _update.

Properties

TypeNameDefault
NodePathasc_node_pathNodePath("")
Blackboardblackboard
boolcheck_tags_on_entertrue
StringName[]enter_events[]
StringName[]exit_events[]
StringName[]listen_events[]
StringName[]required_tags[]
StringNametransition_event&""
StringName[]update_events[]

Methods

ReturnName
boolcan_enter_state( agent: Node) const
Returns true if this state can be entered (checks required tags if [member check_tags_on_enter] is enabled).