Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Vector2 Class Reference

Private Member Functions

void Vector2 (float value_x, float value_y)

Private Attributes

float x
float y

Detailed Description

Definition at line 1 of file vector2.c.

Constructor & Destructor Documentation

◆ Vector2()

void Vector2 ( float value_x,
float value_y )
inlineprivate

Definition at line 3 of file vector2.c.

References x, and y.

Field Documentation

◆ x

float x
private

Definition at line 9 of file vector2.c.

Referenced by Vector2(), JsonObject::GetJson(), InitData(), and Update().

◆ y

float y
private

Definition at line 10 of file vector2.c.

Referenced by Vector2(), JsonObject::GetJson(), InitData(), and Update().


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/3_game/tools/vector2.c