Find every tagged entity, then drive them all at once.
pickup_tag := class(tag){}
Pickups := GetEntitiesWithTag(pickup_tag{})
for (Pickup : Pickups):
Pickup.RemoveFromParent()
Takeaway — Tag a group, query it, loop it.
Find every tagged entity, then drive them all at once.
pickup_tag := class(tag){}
Pickups := GetEntitiesWithTag(pickup_tag{})
for (Pickup : Pickups):
Pickup.RemoveFromParent()
Takeaway — Tag a group, query it, loop it.
scene_graph_find_entitiesGenerate a personalized, step-by-step lesson plan built around this object — grounded in this exact reference and our compile-verified knowledge base.
Build a lesson →Scout · your island guide
The Isle of Verse