[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.58" ) ]
public delegate bool ComponentBagForeachFunc (ComponentBag bag, ComponentBagItem item)
A callback function used by @foreach, called for each item in the bag
.
The item is owned by the bag.
| bag |
an ComponentBag |
| item | |
| user_data |
user data passed to @foreach |
|
true, to continue traversal, false to stop |