Arma Reforger Script API
Loading...
Searching...
No Matches
PersistenceIdUtils Interface Reference

Static Public Member Functions

static proto UUID Generate (EPersistenceIdFlags flags=EPersistenceIdFlags.DYNAMIC)
 
static proto EPersistenceIdFlags GetFlags (UUID uuid)
 Get type/flags of persistence id.
 
static proto int GetUnixTime (UUID uuid)
 Get the approximate time the ID was created (+- 1 second). For DYNAMIC_ENTITY only!
 
static proto int GetHiveId (UUID uuid)
 Get the hive the ID was generated on - 0 by default if no hive is setup.
 
static proto int GetSequence (UUID uuid)
 Sequence number during the generation. Strictly for debug purposes only, as it is not predictable or reliable! For DYNAMIC_ENTITY only!
 

Member Function Documentation

◆ Generate()

static proto UUID PersistenceIdUtils.Generate ( EPersistenceIdFlags flags = EPersistenceIdFlags.DYNAMIC)
static

◆ GetFlags()

static proto EPersistenceIdFlags PersistenceIdUtils.GetFlags ( UUID uuid)
static

Get type/flags of persistence id.

◆ GetHiveId()

static proto int PersistenceIdUtils.GetHiveId ( UUID uuid)
static

Get the hive the ID was generated on - 0 by default if no hive is setup.

◆ GetSequence()

static proto int PersistenceIdUtils.GetSequence ( UUID uuid)
static

Sequence number during the generation. Strictly for debug purposes only, as it is not predictable or reliable! For DYNAMIC_ENTITY only!

◆ GetUnixTime()

static proto int PersistenceIdUtils.GetUnixTime ( UUID uuid)
static

Get the approximate time the ID was created (+- 1 second). For DYNAMIC_ENTITY only!


The documentation for this interface was generated from the following file: