Class Index | File Index

Classes


Class ROT.Scheduler.Action


Extends ROT.Scheduler.
Action-based scheduler
Defined in: <rot.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
add(item, repeat, time)
 
 
next()
 
remove(item)
 
Set duration for the active item
Methods borrowed from class ROT.Scheduler:
getTime
Class Detail
ROT.Scheduler.Action()
Method Detail
add(item, repeat, time)
Parameters:
{object} item
{bool} repeat
{number} time Optional, Default: 1
See:
ROT.Scheduler#add

clear()

next()
See:
ROT.Scheduler#next

remove(item)
Parameters:
item

setDuration(time)
Set duration for the active item
Parameters:
time

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 13 2016 11:14:42 GMT+0200 (CEST)