DayZ
1.24
Loading...
Searching...
No Matches
CTSaveStructure.c
Go to the documentation of this file.
1
class
CTSaveStructure
2
{
3
int
m_InterpType
;
4
int
m_InterpSpeed
;
5
float
m_BlurValue
;
6
7
ref
array<ref Param6<vector, vector, float, float, float, int>
>
m_Cameras
;
8
ref
array<ref Param4<int, int, float, bool>
>
m_Events
;
9
ref
array<ref Param5<vector, vector, string, ref array<string>
,
string
>>
m_Actors
;
10
11
void
CTSaveStructure
()
12
{
13
m_Cameras
=
new
array<ref Param6<vector, vector, float, float, float, int>
>;
14
m_Events
=
new
array<ref Param4<int, int, float, bool>
>;
15
m_Actors
=
new
array<ref Param5<vector, vector, string, ref array<string>
,
string
>>;
16
}
17
}
CTSaveStructure
Definition
CTSaveStructure.c:2
CTSaveStructure::m_Cameras
ref array< ref Param6< vector, vector, float, float, float, int > > m_Cameras
Definition
CTSaveStructure.c:7
CTSaveStructure::m_Actors
ref array< ref Param5< vector, vector, string, ref array< string >, string > > m_Actors
Definition
CTSaveStructure.c:9
CTSaveStructure::CTSaveStructure
void CTSaveStructure()
Definition
CTSaveStructure.c:11
CTSaveStructure::m_BlurValue
float m_BlurValue
Definition
CTSaveStructure.c:5
CTSaveStructure::m_Events
ref array< ref Param4< int, int, float, bool > > m_Events
Definition
CTSaveStructure.c:8
CTSaveStructure::m_InterpType
int m_InterpType
Definition
CTSaveStructure.c:3
CTSaveStructure::m_InterpSpeed
int m_InterpSpeed
Definition
CTSaveStructure.c:4
Param3
Definition
EntityAI.c:95
scripts
5_Mission
GUI
CameraTools
CTSaveStructure.c
Generated by
1.10.0