num_actions

Number of functions or actions that are currently running, i.e. in the wait scheduler list. Is also displayed in the [F11] debug & statistics panel.

Range:

0 .. unlimited

Type:

var, read-only

Example:

PANEL* action_display =
{
 	digits(0,0,4,*,1,num_actions); // shows the running actions
 	flags = SHOW;
} 

See also:

num_entities, wait

 

► latest version online