VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfutil
ceEntUnderFire.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
#pragma once
9
10
#include "
vrfutil/readerWriter.h
"
11
#include "
vrfutil/rwString.h
"
12
#include "
vrfutil/simCondExpr.h
"
13
#include <
vrfutil/rwUUID.h
>
14
15
const
char
DtCeEntUnderFireTypeName
[] =
"UnderFire"
;
16
21
#include "
vrfutil/vrfutilDefines.h
"
22
class
DT_DLL_vrfutil
DtCeEntUnderFire
:
public
DtSimCondExpr
23
{
24
public
:
25
27
DtCeEntUnderFire
();
28
30
DtCeEntUnderFire
(
DtReaderWriterRegistry
* parentRegistry);
31
33
DtCeEntUnderFire
(
const
DtCeEntUnderFire
& orig,
34
DtReaderWriterRegistry
* parentRegistry = NULL);
35
37
virtual
~
DtCeEntUnderFire
();
38
40
DtCeEntUnderFire
&
operator=
(
const
DtCeEntUnderFire
& orig);
41
43
virtual
DtSimCondExpr
*
clone
(
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
44
46
virtual
int
type
()
const
;
47
50
virtual
void
setEntity(
const
DtUUID
&);
51
53
virtual
const
DtUUID
& entity()
const
;
54
61
virtual
void
setModifier(
const
DtString
& arg);
63
virtual
const
DtString
& modifier()
const
;
64
74
virtual
DtString
stringRep
(
int
subExprIndex = DtSR_EXPR)
const
;
75
78
virtual
int
netRepSize
()
const
;
79
81
virtual
bool
setFromNet
(
const
char
* contentBuffer,
82
unsigned
contentSize);
83
86
virtual
bool
setToNet
();
87
89
static
DtSimCondExpr
* creator();
90
91
protected
:
92
DtRwUUID
myEntity
;
93
DtRwString
myModifier
;
94
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)