VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifCreateSpawnData.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include "vrfmsgs/rwSpawnData.h"
10 #include "vrfmsgs/vrfmsgsDefines.h"
11 
16 {
17 
18 public:
19 
22 
25 
28 
30  virtual ~DtIfCreateSpawnData();
31 
33  virtual const DtRwSpawnData& templateData();
34  virtual void setTemplateData(const DtRwSpawnData& data);
37  virtual int type() const;
39 
41  virtual DtSimInterfaceContent * clone() const;
42 
44  virtual int netRepSize() const;
45 
47  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
48 
50  virtual bool setToNet();
51 
53  virtual void printDataToString(DtString& str);
54 
56  static DtSimInterfaceContent* creator();
57 
58 protected:
59 
61 };
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
This message is used to create independent spawn points.
Definition: ifCreateSpawnData.h:15
virtual int type() const =0
virtual void printDataToString(DtString &str)
DtRwSpawnData mySpawnData
Definition: ifCreateSpawnData.h:60
Base library for data that is used to control how spawn points generate entities. This data structure...
Definition: rwSpawnData.h:37
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)