DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс UUIDApi

Закрытые статические члены

static proto void Generate (inout int id[4])
 Creates a 128bit UUID using system APIs.
 
static proto string FormatString (int id[4])
 Output the UUID as standard format string (eg. 123e4567-e89b-12d3-a456-426655440000)
 

Подробное описание

Методы

◆ FormatString()

static 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 EntityAI.c:95
Definition UUID.c:2
static proto string FormatString(int id[4])
Output the UUID as standard format string (eg. 123e4567-e89b-12d3-a456-426655440000)
proto void Print(void var)
Prints content of variable to console/log.

◆ Generate()

static 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.

Объявления и описания членов класса находятся в файле: