int iterate_children(function(AbstractNode:int|void) callback, mixed ... args)
Description
Iterates over the nodes children from left to right, calling the callback
function for every node. If the callback function returns STOP_WALK
the iteration is promptly aborted and STOP_WALK is returned.