Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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:1
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Definition:
isboxcollidinggeometryproxyclasses.c:27
DAYZ
scripts_v1.24.157551
scripts
mission
gui
cameratools
ctsavestructure.c
Generated by
1.8.17