VR-Forces 4.1 Class Documentation
rwScenarioExtras.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 <vrfutil/rdrWritr.h>
12 
17 {
18 //*******************************************************************
20 //*******************************************************************
21 protected:
24 
25 public:
26 
28  DtRwScenarioExtras(const DtString& name,
29  DtReaderWriterRegistry* parentRegistry = NULL);
30 
32  DtReaderWriterRegistry* parentRegistry = NULL);
33 
36  const DtString & name,
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
40  const DtRwScenarioExtras & operator=(const DtRwScenarioExtras & orig);
41 
43  virtual ~DtRwScenarioExtras();
44 
45  virtual const char* readerWriterType() const;
46 
47 //*******************************************************************
49 //*******************************************************************
51  virtual void clear();
52 
55  virtual void setForceHostilityList(const DtRwForceDescriptionList& l);
56  virtual const DtRwForceDescriptionList& forceHostilityList() const;
58 
61  virtual void setSpawnTemplates(const DtRwSpawnDataList& t);
62  virtual const DtRwSpawnDataList& spawnTemplates() const;
64 
65 protected:
66 
72 };

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)