C.95. $world->timer

Abstract

$world->timer function: creates a TIMER

void $world->timer( attributes );
 
void $world->timer( number ,
  attributes );
 

Creates a new timer, or edits the timer identified by number.

atributes is a reference to a hash defining attributes for the timer. Generally the call works like this:

$world->timer({ attribute1 => value1,
                attribute2 => value2, ... })

Possible attributes: