VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ceEntDiGuyAnimation.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include <readerWriter/rwString.h>
12 #include <readerWriter/rwBoolean.h>
13 #include <vrfutil/rwUUID.h>
14 
15 #include "vrfutil/simCondExpr.h"
16 
17 const char DtCeEntDiGuyAnimationTypeName[] = "DiGuyAnimation";
18 
24 #include "vrfutil/vrfutilDefines.h"
26 {
27 public:
28 
31 
34 
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
40  virtual ~DtCeEntDiGuyAnimation();
41 
44 
46  virtual DtSimCondExpr* clone(DtReaderWriterRegistry* parentRegistry = NULL) const;
47 
49  virtual int type() const;
50 
53  virtual void setEntity(const DtUUID&);
54 
56  virtual const DtUUID& entity() const;
57 
59  virtual void setDiGuyAnimation(const DtString& name);
60  virtual const DtString& diGuyAnimation() const;
61 
66  virtual void setModifier(const DtString& arg);
67  virtual const DtString& modifier() const;
68 
78  virtual DtString stringRep(int subExprIndex = DtSR_EXPR) const;
79 
82  virtual int netRepSize() const;
83 
85  virtual bool setFromNet(const char* contentBuffer,
86  unsigned contentSize);
87 
90  virtual bool setToNet();
91 
92  static DtSimCondExpr * creator();
93 
94 protected:
98 };
99 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)