VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
platformLocalObjectFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
14 #include "vlpi/disEnums.h"
15 
24 {
25 public:
28 
30  virtual ~DtPlatformLocalObjectFacadeInterface() override;
31 
32  bool isUsable() const;
33 
34  void setNextFrameDestroyed(bool);
35  bool nextFrameIsDestroyed() const;
36 
37  void setNextFrameSmoking(bool);
38  bool nextFrameSmoking() const;
39 
40  void setNextFrameFlaming(bool);
41  bool nextFrameFlaming() const;
42 
43  void setNextFramePowerPlantOn(bool);
44  bool nextFramePowerPlantOn() const;
45 
46  void setNextFrameTrailState(int s);
47  int nextFrameTrailState() const;
48 
49  void setNextFrameLightState(int state, bool onOff);
50  bool nextFrameLightState(int state) const;
51 
52 protected:
53  virtual DtLocalObject* localObject() const override = 0;
54 
56  virtual void setupDecorator() override;
57 };
58 
The DtNavigationLocalObjectFacadeInterface class is a wrapper around the DtNavigationLocalObjectDecor...
Definition: navigationLocalObjectFacade.h:17
virtual DtLocalObject * localObject() const =0
DtLocalObjectFacade< DtPlatformSimObjectFacadeInterface, DtPlatformLocalObjectFacadeInterface > DtPlatformLocalObjectFacade
Definition: platformLocalObjectFacade.h:59
This DtMovementLocalObjectFacadeInterface class will provide API functionality for objects that have ...
Definition: movementLocalObjectFacade.h:12
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This DtAppearanceLocalObjectFacadeInterface class will provide API functionality for objects that hav...
Definition: appearanceLocalObjectFacade.h:15
This DtPlatformLocalObjectFacadeInterface class will provide API functionality for platform objects...
Definition: platformLocalObjectFacade.h:18
This DtArticulatedPartsLocalObjectFacadeInterface class will provide API functionality for objects th...
Definition: articulatedPartsLocalObjectFacade.h:17
The DtRangeItemLocalObjectFacadeInterface class deals with range ring items for objects that support ...
Definition: rangeItemLocalObjectFacade.h:15
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)