VR-Forces 4.7 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
vrfobjparam
diGuyControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2019 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
7
8
#pragma once
9
11
#include "
vrfobjparam/vrfobjparamDefines.h
"
12
#include <
vrfobjparam/componentDescriptor.h
>
13
#include <
readerWriter/rwInt.h
>
14
#include <
readerWriter/rwReal.h
>
15
#include <
vrfutil/rwNLengthStringVector.h
>
16
17
class
DtReaderWriterRegistry
;
18
19
class
DT_DLL_vrfobjparam
DtDiGuyControllerDescriptor
:
public
DtComponentDescriptor
20
{
21
public
:
23
DtDiGuyControllerDescriptor
(
const
DtString
& name,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtDiGuyControllerDescriptor
(
const
DtDiGuyControllerDescriptor
& orig,
28
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtDiGuyControllerDescriptor
&
operator=
(
const
32
DtDiGuyControllerDescriptor
& orig);
33
35
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
*
36
parentRegistry = 0)
const
;
37
38
virtual
~
DtDiGuyControllerDescriptor
();
39
42
virtual
DtString
type
()
const
;
43
46
virtual
const
DtString
& stunnedAnimation()
const
;
47
virtual
void
setStunnedAnimation(
const
DtString
& animation);
49
52
virtual
const
DtString
& proneAnimation()
const
;
53
virtual
void
setProneAnimation(
const
DtString
& animation);
55
58
virtual
const
DtString
& deadAnimation()
const
;
59
virtual
void
setDeadAnimation(
const
DtString
& animation);
61
64
virtual
bool
allowRandomAnimations()
const
;
65
virtual
void
setAllowRandomAnimations(
bool
allow);
67
69
static
DtComponentDescriptor
*
creator
();
70
73
virtual
const
DtRwNLengthStringVector
& ignoreSets()
const
;
74
virtual
void
setIgnoreSets(
const
DtRwNLengthStringVector
& type);
76
77
protected
:
78
82
DtRwString
myStunnedAnimation
;
83
87
DtRwString
myProneAnimation
;
88
92
DtRwString
myDeadAnimation
;
93
97
DtRwBoolean
myAllowRandomAnimations
;
98
104
DtRwNLengthStringVector
myIgnoreSets
;
105
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)