VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
indLifeFormDmgAdjudicationActuator.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfmodel/damageAdjudicationActuator.h
"
15
16
21
#include "
vrfmodel/vrfmodelDefines.h
"
22
class
DT_DLL_vrfmodel
DtIndividualLifeFormDamageAdjudicationActuator
:
public
DtDamageAdjudicationActuator
23
{
24
25
public
:
26
29
DtIndividualLifeFormDamageAdjudicationActuator
(
const
DtString
& name,
30
DtVrfObject
* owner,
31
DtSimManager
* simManager,
32
DtComponentDescriptor
* desc = 0,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
virtual
~
DtIndividualLifeFormDamageAdjudicationActuator
();
37
40
virtual
bool
init
();
41
44
virtual
DtString
type
()
const
;
45
56
virtual
void
tick
();
57
61
static
DtSimComponent
*
creator
(
const
DtString
& name,
62
DtVrfObject
* owner,
63
DtSimManager
* simManager,
64
DtComponentDescriptor
* desc = 0,
65
DtReaderWriterRegistry
* parentRegistry = 0);
66
67
protected
:
68
74
virtual
void
setDestroyed
();
75
76
private
:
79
DtIndividualLifeFormDamageAdjudicationActuator
();
80
82
DtIndividualLifeFormDamageAdjudicationActuator
(
83
const
DtIndividualLifeFormDamageAdjudicationActuator
& orig);
84
86
const
DtIndividualLifeFormDamageAdjudicationActuator
&
operator=
(
87
const
DtIndividualLifeFormDamageAdjudicationActuator
& orig);
88
89
};
90
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
)