![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtInfluenceInterExtensionDecoder are used to decode data from the network into DtInfluenceInter objects. More...

Public Member Functions | |
| DtInfluenceInterExtensionDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| Constructor. More... | |
| virtual | ~DtInfluenceInterExtensionDecoder () |
| Destructor. More... | |
| DtInfluenceInterExtensionDecoder (const DtInfluenceInterExtensionDecoder &orig) | |
| Copy constructor. More... | |
| DtInfluenceInterExtensionDecoder & | operator= (const DtInfluenceInterExtensionDecoder &orig) |
| Assignment operator. More... | |
Public Member Functions inherited from DtInfluenceInterDecoder | |
| DtInfluenceInterDecoder (DtExerciseConn *exConn, DtInterClassDesc *classDesc) | |
| Constructor. More... | |
| virtual | ~DtInfluenceInterDecoder () |
| Destructor. More... | |
| DtInfluenceInterDecoder (const DtInfluenceInterDecoder &orig) | |
| Copy constructor. More... | |
| DtInfluenceInterDecoder & | operator= (const DtInfluenceInterDecoder &orig) |
| Assignment operator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from DtInfluenceInterDecoder | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (InfluenceName) | |
| Decodes InfluenceName from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (InfluenceType) | |
| Decodes InfluenceType from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (Influencer) | |
| Decodes Influencer from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (Target) | |
| Decodes Target from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (Strength) | |
| Decodes Strength from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (Duration) | |
| Decodes Duration from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (Location) | |
| Decodes Location from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (StopInfluence) | |
| Decodes StopInfluence from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (HitFactor) | |
| Decodes HitFactor from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (ProbabilityKilled) | |
| Decodes ProbabilityKilled from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (ProbabilityCaptured) | |
| Decodes ProbabilityCaptured from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (ProbabilityWounded) | |
| Decodes ProbabilityWounded from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (WeaponType) | |
| Decodes WeaponType from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (GuidanceSystem) | |
| Decodes GuidanceSystem from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (TargetPart) | |
| Decodes TargetPart from params into inter. More... | |
| DtDECLARE_INFLUENCE_PARAM_DECODER (IsPointAttack) | |
| Decodes IsPointAttack from params into inter. More... | |
Instances of DtInfluenceInterExtensionDecoder are used to decode data from the network into DtInfluenceInter objects.
| DtInfluenceInterExtensionDecoder::DtInfluenceInterExtensionDecoder | ( | DtExerciseConn * | exConn, |
| DtInterClassDesc * | classDesc | ||
| ) |
Constructor.
|
virtual |
Destructor.
| DtInfluenceInterExtensionDecoder::DtInfluenceInterExtensionDecoder | ( | const DtInfluenceInterExtensionDecoder & | orig | ) |
Copy constructor.
| DtInfluenceInterExtensionDecoder& DtInfluenceInterExtensionDecoder::operator= | ( | const DtInfluenceInterExtensionDecoder & | orig | ) |
Assignment operator.