B.66. $world->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: