Class Index | File Index

Classes


Class cc.ListEntry


Defined in: CCScheduler.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.ListEntry(prev, next, target, priority, paused, markedForDeletion)
A list double-linked list used for "updates with priority"
Class Detail
cc.ListEntry(prev, next, target, priority, paused, markedForDeletion)
A list double-linked list used for "updates with priority"
Parameters:
{cc.ListEntry} prev
{cc.ListEntry} next
{cc.Class} target
not retained (retained by hashUpdateEntry)
{Number} priority
{Boolean} paused
{Boolean} markedForDeletion
selector will no longer be called and entry will be removed at end of the next tick

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:52 GMT-0800 (PST)