Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PersistenceIdUtils.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class PersistenceIdUtils
13{
14 private void PersistenceIdUtils();
15 private void ~PersistenceIdUtils();
16
21 static proto bool ConfigureHive(int hiveid);
23 static proto int GetCurrentHiveId();
37 static proto UUID Generate();
39 static proto UUID FromEntity(IEntity entity, bool ignoreParents = false);
53 static proto UUID FromString(string str);
55 static proto int GetSubvariant(UUID uuid);
60 static proto int GetUnixTime(UUID uuid);
62 static proto int GetHiveId(UUID uuid);
68 static proto int GetSequence(UUID uuid);
69}
70
void Generate()
Definition UUID.c:28