action_state_changed
Description:
[
HasEmitter ]
public virtual signal void action_state_changed (
string action_name,
Variant state)
Signals that the state of the named action has changed.
Parameters:
action_name |
the name of the action in action_group
|
value |
the new value of the state
|