49 virtual int type()
const override;
53 virtual void setEntity(
const DtUUID&);
56 virtual const DtUUID& entity()
const;
59 virtual void setDiGuyAnimation(
const DtString& name);
60 virtual const DtString& diGuyAnimation()
const;
66 virtual void setModifier(
const DtString& arg);
67 virtual const DtString& modifier()
const;
85 virtual bool setFromNet(
const char* contentBuffer,
86 unsigned contentSize)
override;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtSimCondExpr & operator=(const DtSimCondExpr &orig)
assignment operator
virtual DtSimCondExpr * clone(DtReaderWriterRegistry *parentRegistry=NULL) const =0
clone operator
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simCondExpr.h:148
DtRwString myDiGuyAnimation
Definition: ceEntDiGuyAnimation.h:97
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Contains the DtUUID class declaration.
uuid class
Definition: rwUUID.h:26
virtual int netRepSize() const
These 3 should become pure virtual functions.
Definition: simCondExpr.h:145
DtRwString myModifier
Definition: ceEntDiGuyAnimation.h:96
DtRwUUID myEntity
Definition: ceEntDiGuyAnimation.h:95
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const char DtCeEntDiGuyAnimationTypeName[]
Definition: ceEntDiGuyAnimation.h:17
virtual DtString stringRep(int subExprIndex=DtSR_EXPR) const =0
Get a readable string representation of this level of this expression.
class DtCeEntDiGuyAnimation
Definition: ceEntDiGuyAnimation.h:25
virtual bool setToNet()
Definition: simCondExpr.h:152
virtual int type() const =0
Returns the type of conditional expression defined in condExprTypes.h.