get_actors


Description:

public SList<unowned Actor> get_actors ()

Retrieves all the actors to which this applies.

It is not recommended for derived classes to use this in there alpha notify method but use actors_foreach as it avoids alot of needless allocations.

Parameters:

this

a Behaviour

Returns:

a list of actors. You should free the returned list with g_slist_free when finished using it.