VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundVehicleTrailingEffectController.h
Go to the documentation of this file.
1 
2 
3 
4 #pragma once
5 
7 #include <vlutil/vlString.h>
9 
12 
16 {
17 private:
24 
25 public:
26 
33  DtVrfObject* owner,
34  DtSimManager* simManager,
35  DtComponentDescriptor* desc = 0,
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
40 
43  virtual const char* type() const;
44 
46  virtual void tick();
47 
48  bool init();
49 
53  static DtSimComponent* creator(const DtString &name,
54  DtVrfObject* owner,
55  DtSimManager *simManager,
56  DtComponentDescriptor *desc = 0,
57  DtReaderWriterRegistry* parentRegistry = 0);
58 
59 protected:
62 };
63 
64 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)