class VobAnimate extends Vob (client-side)
Available since version: 0.3.5
This class represents animated version of the vob.
Constructor
VobAnimate()
Parameters:
No parameters.
Constructor
VobAnimate(userpointer ptr)
Parameters:
userpointerptr: the pointer to the object from the game.
Properties
bool startOn (read-only)
Represents a boolean flag that determines whether the vob animation should play automatically when the visual is set.
bool isRunning (read-only)
Represents true if the animation is being played on vob animate, otherwise false.
Methods
No methods.
Callbacks
No callbacks.