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
weaponControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/baseWeaponControllerDescriptor.h
"
15
#include "
vrfobjparam/ammoSelectTable.h
"
16
#include "
vrfobjparam/targetSelectionCriteria.h
"
17
#include "
vrfutil/simClock.h
"
18
#include "
vrfobjparam/targetingControlTable.h
"
19
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
class
DT_DLL_vrfobjparam
DtWeaponControllerDescriptor
:
public
DtBaseWeaponControllerDescriptor
26
{
27
public
:
29
DtWeaponControllerDescriptor
(
const
DtString
& name,
30
DtReaderWriterRegistry
* parentRegistry = 0);
31
33
DtWeaponControllerDescriptor
(
const
DtWeaponControllerDescriptor
&
34
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
35
37
DtWeaponControllerDescriptor
&
operator=
(
const
38
DtWeaponControllerDescriptor
& orig);
39
41
virtual
~
DtWeaponControllerDescriptor
();
42
45
virtual
DtString
type
()
const
;
46
47
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
48
= 0)
const
;
49
50
53
virtual
const
DtAmmoSelectTable
& ammoSelectTable()
const
;
54
virtual
void
setAmmoSelectTable(
const
DtAmmoSelectTable
& table);
56
59
virtual
void
setAmmoSelectTableFilename(
const
DtString
&
filename
);
60
virtual
const
DtString
& ammoSelectTableFilename();
62
65
virtual
const
DtString
& rangeName()
const
;
66
virtual
void
setRangeName(
const
DtString
& rangeName);
68
70
71
virtual
DtTargetSelectionCriteria
& targetSelectionCriteria();
72
virtual
const
DtTargetSelectionCriteria
& targetSelectionCriteria()
const
;
74
77
virtual
const
DtTargetingControlTable
& targetingControlTable()
const
;
78
virtual
DtTargetingControlTable
& targetingControlTable();
80
83
virtual
void
postGetSelf
();
84
86
static
DtComponentDescriptor
*
creator
();
87
88
protected
:
90
DtWeaponControllerDescriptor
();
91
92
protected
:
93
97
101
DtReaderWriterFile
myAmmoSelectTableFile
;
102
107
DtAmmoSelectTable
myAmmoSelectTable
;
108
113
DtRwString
myRangeName
;
114
120
DtTargetSelectionCriteria
myTargetSelectionCriteria
;
121
127
DtTargetingControlTable
myTargetingControlTable
;
128
130
};
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
)