iEngineSequenceManager Struct Reference
Sequence manager specifically designed for working on the engine. More...
#include <ivaria/engseq.h>
Inheritance diagram for iEngineSequenceManager:

Public Member Functions | |
virtual csPtr< iParameterESM > | CreateParameterESM (iBase *value)=0 |
Create a parameter ESM for a constant value. | |
virtual csPtr< iSequenceWrapper > | CreateSequence (const char *name)=0 |
Create a new sequence with a given name. | |
virtual csPtr< iSequenceTrigger > | CreateTrigger (const char *name)=0 |
Create a new trigger with a given name. | |
virtual iSequenceWrapper * | FindSequenceByName (const char *name) const =0 |
Get a sequence by name. | |
virtual iSequenceTrigger * | FindTriggerByName (const char *name) const =0 |
Get a trigger by name. | |
virtual void | FireTimedOperation (csTicks delta, csTicks duration, iSequenceTimedOperation *op, iBase *params=0)=0 |
Start a timed operation with a given delta (in ticks). | |
virtual bool | FireTriggerByName (const char *name, bool now=false) const =0 |
Fire a trigger manually, specifying the name. | |
virtual iSequenceWrapper * | GetSequence (size_t idx) const =0 |
Get a sequence. | |
virtual size_t | GetSequenceCount () const =0 |
Get the number of sequences. | |
virtual iSequenceManager * | GetSequenceManager ()=0 |
Get a pointer to the underlying sequence manager that is being used. | |
virtual iSequenceTrigger * | GetTrigger (size_t idx) const =0 |
Get a trigger. | |
virtual size_t | GetTriggerCount () const =0 |
Get the number of triggers. | |
virtual void | RemoveSequence (iSequenceWrapper *seq)=0 |
Remove sequence from the manager. | |
virtual void | RemoveSequences ()=0 |
Remove all sequences. | |
virtual void | RemoveTrigger (iSequenceTrigger *trigger)=0 |
Remove trigger from the manager. | |
virtual void | RemoveTriggers ()=0 |
Remove all triggers. | |
virtual bool | RunSequenceByName (const char *name, int delay) const =0 |
Run a sequence and don't mess around with triggers. |
Detailed Description
Sequence manager specifically designed for working on the engine.Main creators of instances implementing this interface:
- Engine Sequence Manager plugin (crystalspace.utilities.sequence.engine)
Main ways to get pointers to this interface:
Definition at line 695 of file engseq.h.
Member Function Documentation
|
Create a parameter ESM for a constant value.
|
|
Create a new sequence with a given name.
|
|
Create a new trigger with a given name.
|
|
Get a sequence by name.
|
|
Get a trigger by name.
|
|
Start a timed operation with a given delta (in ticks). The delta has to be interpreted as the amount of time that has already elapsed since the beginning of the timed operation. The params block is increffed for as long as is needed so you can release your reference. |
|
Fire a trigger manually, specifying the name. This will call ForceFire() on the trigger (if one is found). If now == false then the usual delay will be respected. Otherwise the sequence will be run immediatelly without the default delay. |
|
Get a sequence.
|
|
Get the number of sequences.
|
|
Get a pointer to the underlying sequence manager that is being used.
|
|
Get a trigger.
|
|
Get the number of triggers.
|
|
Remove sequence from the manager.
|
|
Remove all sequences.
|
|
Remove trigger from the manager.
|
|
Remove all triggers.
|
|
Run a sequence and don't mess around with triggers.
|
The documentation for this struct was generated from the following file:
- ivaria/engseq.h
Generated for Crystal Space by doxygen 1.4.6