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

Static Private Member Functions

static proto string FormatString (int id[4])
 Output the UUID as standard format string (eg.
static proto void Generate (inout int id[4])
 Creates a 128bit UUID using system APIs.

Detailed Description

Definition at line 1 of file uuid.c.

Member Function Documentation

◆ FormatString()

proto string FormatString ( int id[4])
staticprivate

Output the UUID as standard format string (eg.

123e4567-e89b-12d3-a456-426655440000)

int uuid[4];
>> "123e4567-e89b-12d3-a456-426655440000"
Definition uuid.c:2
static proto string FormatString(int id[4])
Output the UUID as standard format string (eg.
proto void Print(void var)
Prints content of variable to console/log.

◆ Generate()

proto void Generate ( inout int id[4])
staticprivate

Creates a 128bit UUID using system APIs.

int uuid[4];
static proto void Generate(inout int id[4])
Creates a 128bit UUID using system APIs.

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