#include <basenpcutils.h>

Public Member Functions | |
| StateVar (const _Type &pData) | |
| IStateVariable * | Copy () const |
| const _Type & | Get () const |
| void | Set (const _Type &pData) |
| virtual const std::string | ToString () const |
| dtAI::StateVar< _Type >::StateVar | ( | const _Type & | pData | ) | [inline] |
| IStateVariable* dtAI::StateVar< _Type >::Copy | ( | ) | const [inline, virtual] |
Implements dtAI::IStateVariable.
| const _Type& dtAI::StateVar< _Type >::Get | ( | ) | const [inline] |
| void dtAI::StateVar< _Type >::Set | ( | const _Type & | pData | ) | [inline] |
| virtual const std::string dtAI::StateVar< _Type >::ToString | ( | ) | const [inline, virtual] |
Implements dtAI::IStateVariable.