num_actions
Gives the number of currently running actions (including particle
actions). It is also displayed in the [F11] debug &
statistics panel.
Range:
0 .. 4096Type:
var, read-onlyExample:
PANEL* action display =
{
digits ( 0, 0, 4, digit_font, 1,num_actions); // shows the running actions
flags = VISIBLE;
}
See also:
num_entities