VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 #include <vrfutil/rwUUID.h>
11 
13 {
14 public:
17 
20 
23 
25  virtual ~DtIfAdminRequestSpawnPtData();
26 
28  virtual const DtAdminContentMessageType& type() const;
29 
31  virtual DtAdminContent * clone() const;
32 
34  virtual int netRepSize() const;
35 
37  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
38 
40  virtual bool setToNet();
41 
46  virtual DtString stringRep() const;
47 
49  static DtAdminContent* create();
50 
54  virtual void setSpawnPoint(const DtUUID&);
55 
57  virtual const DtUUID& spawnPoint() const;
59 
60 protected:
61 
63 };

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)