Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
uuid.c
Go to the documentation of this file.
1class UUIDApi
2{
10 static proto void Generate(inout int id[4]);
11
21 static proto string FormatString(int id[4]);
22
23};
Definition uuid.c:2
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.