VR-Forces 4.1.1 Class Documentation
scriptedMovementObjectParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 #include "vrfutil/rwReal.h"
13 
15 
18 
21 {
22 public:
24  DtScriptedMovementObjectParameters(const DtString& name = DtString::nullString(),
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
27 protected:
30  orig, const DtString& name = DtString::nullString(),
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
33 public:
37 
40 
44  const DtString& rwName = DtString::nullString(),
45  DtReaderWriterRegistry* parentRegistry = 0) const;
46  virtual DtVrfObjectParameters* clone(const DtSymbolString& name,
47  DtReaderWriterRegistry* parentRegistry) const;
49 
52  virtual bool inheritValues(const DtVrfObjectParameters * benefactor);
53 
56  virtual DtString type() const;
57 
60  virtual void inheritValuesFromThisType(const DtScriptedMovementObjectParameters* benefactor);
61 
63  static DtVrfObjectParameters * creator();
64 };
65 

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)