VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
multipleHitDamageActuatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: multipleHitDamageActuatorDescriptor.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef multipleHitDamageActuatorDescriptor_H_
16
#define multipleHitDamageActuatorDescriptor_H_
17
18
#include "
vrfobjparam/dmgAdjudicationCompDesc.h
"
19
#include "
vrfutil/rwInt.h
"
20
#include "
vrfobjparam/vrfobjparamDefines.h
"
23
class
DT_DLL_vrfobjparam
DtMultipleHitDamageActuatorDescriptor
:
public
DtDamageAdjudicationComponentDescriptor
24
{
25
public
:
27
DtMultipleHitDamageActuatorDescriptor
(
const
DtSymbolString
& name,
28
DtReaderWriterRegistry
* parentRegistry = NULL);
29
33
DtMultipleHitDamageActuatorDescriptor
(
34
const
DtMultipleHitDamageActuatorDescriptor
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtMultipleHitDamageActuatorDescriptor
&
operator=
(
39
const
DtMultipleHitDamageActuatorDescriptor
& orig);
40
42
virtual
~
DtMultipleHitDamageActuatorDescriptor
();
43
46
virtual
DtString
type
()
const
;
47
48
virtual
DtComponentDescriptor
*
clone
(
49
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
50
53
virtual
int
fullHealthPoints()
const
;
54
virtual
void
setFullHealthPoints(
int
full);
56
59
virtual
int
firePowerKillPoints()
const
;
60
virtual
void
setFirePowerKillPoints(
int
kill);
62
65
virtual
int
mobilityPowerKillPoints()
const
;
66
virtual
void
setMobilityPowerKillPoints(
int
mob);
68
70
static
DtComponentDescriptor
*
creator
();
71
72
protected
:
74
DtMultipleHitDamageActuatorDescriptor
();
75
76
protected
:
80
85
DtRwInt
myFullHealthHitPoints
;
86
92
DtRwInt
myFirePowerKillPoints
;
93
99
DtRwInt
myMobilityPowerKillPoints
;
100
102
};
103
104
#endif
105
106
107
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)