$world->movetimer
$world->movetimer function: MOVEs a TIMER to another position
void $world->movetimer( |
name
, |
new_pos
) ; |
void $world->movetimer( |
number
, |
new_pos
) ; |
Moves the timer with the given name or number so that it
occupies the position new_pos
after execution
of this function. Other timers might be moved up or down in result of
this. If new_pos
is negative or greater than
the number of timers, the timer is moved to the last position.
If there are several timers with the given name, only the first one found is moved.