14 #include "vlpi/disEnums.h"
35 bool nextFrameIsDestroyed()
const;
37 void setNextFrameSmoking(
bool);
38 bool nextFrameSmoking()
const;
40 void setNextFrameFlaming(
bool);
41 bool nextFrameFlaming()
const;
43 void setNextFramePowerPlantOn(
bool);
44 bool nextFramePowerPlantOn()
const;
46 void setNextFrameTrailState(
int s);
47 int nextFrameTrailState()
const;
49 void setNextFrameLightState(
int state,
bool onOff);
50 bool nextFrameLightState(
int state)
const;
The DtNavigationLocalObjectFacadeInterface class is a wrapper around the DtNavigationLocalObjectDecor...
Definition: navigationLocalObjectFacade.h:17
virtual DtLocalObject * localObject() const =0
void setNextFrameDestroyed(bool)
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
virtual void setupDecorator()
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