VR-Forces 4.1.1 Class Documentation
ifAdminRequestSpawnPtData.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
8 
10 
11 namespace BHAVE
12 {
17  {
18  public:
21 
24 
26  const DtIfAdminRequestSpawnPtData & operator=(const DtIfAdminRequestSpawnPtData & orig);
27 
29  virtual ~DtIfAdminRequestSpawnPtData();
30 
32  virtual const DtAdminContentMessageType& type() const;
33 
35  virtual DtAdminContent * clone() const;
36 
38  virtual int netRepSize() const;
39 
41  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
42 
44  virtual bool setToNet();
45 
50  virtual DtString stringRep() const;
51 
53  static DtAdminContent* creator();
54 
57  virtual void setSpawnPointName(const DtString & name);
58  virtual const DtString& spawnPointName() const;
60 
61  protected:
62 
64  };
65 
66 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)