actors_foreach


Description:

public void actors_foreach (BehaviourForeachFunc func)

Calls func for every actor driven by this.

Parameters:

this

a Behaviour

func

a function called for each actor

data

optional data to be passed to the function, or null