iTimeoutQuestTriggerFactory Struct Reference
This interface is implemented by the trigger that fires when a certain time has expired. More...
#include <tools/questmanager.h>
Public Member Functions | |
virtual void | SetTimeoutParameter (const char *timeout_par)=0 |
Set the timeout on which this trigger will fire. |
Detailed Description
This interface is implemented by the trigger that fires when a certain time has expired.You can query this interface from the trigger factory if you want to manually control this factory as opposed to loading its definition from an XML document.
The predefined name of this trigger type is 'cel.questtrigger.timeout'.
In XML, factories recognize the following attributes on the 'fireon' node:
- timeout: timeout value.
Definition at line 888 of file questmanager.h.
Member Function Documentation
virtual void iTimeoutQuestTriggerFactory::SetTimeoutParameter | ( | const char * | timeout_par | ) | [pure virtual] |
Set the timeout on which this trigger will fire.
- Parameters:
-
timeout_par is the timeout value (in ms) or a parameter (starts with '$').
The documentation for this struct was generated from the following file:
- tools/questmanager.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.7