Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
};
Vector2::Vector2
void Vector2(float value_x, float value_y)
Definition
vector2.c:3
Vector2::y
float y
Definition
vector2.c:10
Vector2::x
float x
Definition
vector2.c:9
Games
Dayz
scripts
3_game
tools
vector2.c
Generated by
1.17.0