![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtAcknowledgeInteractionEvent () | |
| DtAcknowledgeInteractionEvent (const DtAcknowledgeInteraction &interaction) | |
| virtual bool | processLocally () const |
| There are some events that, if sent over the network, don't want to be processed locally. More... | |
Public Member Functions inherited from DtTypedEvent< DtAcknowledgeInteraction > | |
| DtTypedEvent () | |
| DtTypedEvent (EventType t) | |
| DtTypedEvent (EventType t, const DtAcknowledgeInteraction &e) | |
| DtTypedEvent (const DtTypedEvent &orig) | |
| virtual | ~DtTypedEvent () |
| void * | contents () const |
| bool | isNetworkEvent () const |
| void | setEvent (const DtAcknowledgeInteraction &ev) |
| virtual DtEvent * | clone () const |
Public Member Functions inherited from DtEvent | |
| DtEvent () | |
| DtEvent (EventType t) | |
| DtEvent (const DtEvent &orig) | |
| virtual | ~DtEvent () |
| EventType | eventType () const |
Additional Inherited Members | |
Public Types inherited from DtEvent | |
| enum | EventType { Unknown = 0, DetonationEvent = 1, FireEvent = 2, SimInterfaceContentMessageEvent = 3, DataInteractionEvent = 4, SignalInteractionEvent = 5, InfluenceInteractionEvent = 6, SensorFieldOfViewControlEvent = 7, CommentInteractionEvent = 8, AcknowledgeInteractionEvent = 9, StartResumeInteractionEvent = 10, StopFreezeInteractionEvent = 11, DIGuyActionEvent = 12, DIGuyEndActionEvent = 13, ServiceRequestEvent = 14, ResupplyOfferEvent = 15, ResupplyReceivedEvent = 16, ResupplyCancelEvent = 17, UserEvent = 1024 } |
Protected Attributes inherited from DtTypedEvent< DtAcknowledgeInteraction > | |
| DtAcknowledgeInteraction * | myEvent |
Protected Attributes inherited from DtEvent | |
| EventType | myEventType |
|
inline |
|
inline |
|
inlinevirtual |
There are some events that, if sent over the network, don't want to be processed locally.
Event these events (if not sent) do not want to be processed locally. Return false from this method to never process this event locally
Reimplemented from DtEvent.