|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CFsmClass Class Reference#include <interpret_fsm.h>
Inheritance diagram for NLAISCRIPT::CFsmClass:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CFsmClass::CFsmClass |
( |
const CFsmClass & |
|
) |
|
|
NLAISCRIPT::CFsmClass::CFsmClass |
( |
|
) |
|
|
NLAISCRIPT::CFsmClass::~CFsmClass |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CFsmClass::failure |
( |
|
) |
[virtual] |
|
void NLAISCRIPT::CFsmClass::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Reimplemented from NLAISCRIPT::CActorClass.
Definition at line 81 of file interpret_fsm.cpp.
References t. |
void NLAISCRIPT::CFsmClass::setComment |
( |
char * |
|
) |
|
|
void NLAISCRIPT::CFsmClass::success |
( |
|
) |
[virtual] |
|
|
Own success and failure functions These function telle other operators and goals that might be waiting for the execution of this one.
Reimplemented in NLAISCRIPT::CSeqFsmClass.
Definition at line 102 of file interpret_fsm.cpp. |
Member Data Documentation
char* NLAISCRIPT::CFsmClass::_Comment [private]
|
|
|
Description of the operator.
|
The documentation for this class was generated from the following files:
|
|