VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfmodel
individualLifeFormDamageAdjudicationActuator.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
const
char
*
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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)