VR-Forces 4.2 Class Documentation
weaponDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: weaponDesc.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtWeaponActuatorDescriptor_H_
16 #define DtWeaponActuatorDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwVector.h"
21 
27 {
28 public:
31  parentRegistry = 0);
32 
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
39 
41  virtual ~DtWeaponActuatorDescriptor();
42 
45  virtual DtString type() const;
46 
47  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
48  = 0) const;
49 
50 
53  virtual DtReal projectileStartSpeed() const;
54  virtual void setProjectileStartSpeed(DtReal startSpeed);
56 
59  virtual const DtVector& muzzleOffset() const;
60  virtual void setMuzzleOffset(const DtVector& muzzleOffset);
62 
64  static DtComponentDescriptor * creator();
65 
66 protected:
69 
70 protected:
74 
81 
96 
98 };
99 
100 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)