24 bool fireAndForget()
const;
26 void setNextFrameAttacker(
const DtUUID&);
27 DtUUID nextFrameAttacker()
const;
29 void setNextFrameTarget(
const DtUUID&);
30 DtUUID nextFrameTarget()
const;
31 void clearNextFrameTarget();
33 void setNextFrameTargetPoint(
const DtVector&);
34 void clearNextFrameTargetPoint();
37 void setNextFrameEventId(
const DtString&);
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This DtMissileLocalObjectFacadeInterface class will provide API functionality for VRF created missile...
Definition: missileLocalObjectFacade.h:12
DtLocalObjectFacade< DtMissileSimObjectFacadeInterface, DtMissileLocalObjectFacadeInterface > DtMissileLocalObjectFacade
Definition: missileLocalObjectFacade.h:45
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86