DayZ
1.24
Loading...
Searching...
No Matches
Vector2.c
Go to the documentation of this file.
1
class
Vector2
2
{
3
void
Vector2
(
float
value_x
,
float
value_y
)
4
{
5
x
=
value_x
;
6
y
=
value_y
;
7
}
8
9
float
x
;
10
float
y
;
11
};
Param3
Definition
EntityAI.c:95
Vector2
Definition
Vector2.c:2
Vector2::x
float x
Definition
Vector2.c:9
Vector2::y
float y
Definition
Vector2.c:10
Vector2::Vector2
void Vector2(float value_x, float value_y)
Definition
Vector2.c:3
scripts
3_Game
tools
Vector2.c
Generated by
1.10.0