Class cc.ListEntry

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