DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
UUID.c
См. документацию.
1class UUIDApi
2{
10 static proto void Generate(inout int id[4]);
11
21 static proto string FormatString(int id[4]);
22
23};
static proto string FormatString(int id[4])
Output the UUID as standard format string (eg. 123e4567-e89b-12d3-a456-426655440000)
static proto void Generate(inout int id[4])
Creates a 128bit UUID using system APIs.
Определения UUID.c:2