C.12. $world->deltimer

Abstract

$world->deltimer function: DELETEs a TIMER

$n = $world->deltimer( name );
 
$n = $world->deltimer( number );
 

Deletes the timer identified by the given number or name. If there are several timers with the same name, deletes them all. Returns the number of timers deleted.