Represents a PulseScheduler that processes players.
Creates a new EntityPulseScheduler instance.
The period of the scheduler.
Private
Protected
Static
Readonly
Adds an item to the schedule.
The item to be added.
Use push instead.
push
Adds multiple items to the schedule.
The items to be added.
Returns a list of the items in the schedule.
Rest
Removes an item from the schedule at the specified index.
The index of the item to remove.
Removes items from the schedule that satisfy the given predicate.
The predicate function used to determine if an item should be removed.
Optional
Starts the schedule.
Stops the schedule.
Represents a PulseScheduler that processes players.