UpdatableHandle
since: 3.1.1b127
Index
Constructors
publicconstructor
Parameters
handle: number
Returns UpdatableHandle
Methods
publicdestroy
Returns boolean
publicgetHandle
Returns number
publicgetObject
Returns object that is being hold by this handle, can be both, script object in which updatable is located (or
thisObj) and java interface with single method.Returns IUpdatable
publicgetScope
Returns UpdatableSchedulerScope
publicisAlive
Returns boolean
publicschedule
By default, recurring schedule is set to 1 and performs indefinitely.
Parameters
tickIn: number
minimum ticks after which update is executed
optionaltickUntil: number
maximum ticks after which update is executed, determined randomly from minimum to maximum, if not set, always uses minimum, default
-1
Returns this
publicsetRecurringSchedule
Parameters
tickIn: number
minimum ticks after which update is executed
optionaltickUntil: number
maximum ticks after which update is executed, determined randomly from minimum to maximum, if not set, always uses minimum, default
-1
Returns this
Unique updatable handle identifier, cannot be reused between sessions.