SceneTreeGroupCallFlags Enumeration |
[Missing <summary> documentation for "T:Godot.SceneTree.GroupCallFlags"]
Namespace: Godot
public enum GroupCallFlags
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Call a group with no flags (default). | |
Reverse | 1 | Call a group in reverse scene order. | |
Realtime | 2 | Call a group immediately (calls are normally made on idle). | |
Unique | 4 | Call a group only once even if the call is executed many times. |