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

Static Public Member Functions

static UUID GetPlayerIdentityId (int playerId)
 Gets the Bohemia Player Identity ID with polyfill support for PeerTool plugin testing.
 
static string GetPlayerIdentityId (IEntity player)
 Gets the Bohemia Player Identity ID.
 

Member Function Documentation

◆ GetPlayerIdentityId() [1/2]

static string SCR_PlayerIdentityUtils.GetPlayerIdentityId ( IEntity player)
static

Gets the Bohemia Player Identity ID.

Parameters
playerInstance of the player
Returns
the uid as string

◆ GetPlayerIdentityId() [2/2]

static UUID SCR_PlayerIdentityUtils.GetPlayerIdentityId ( int playerId)
static

Gets the Bohemia Player Identity ID with polyfill support for PeerTool plugin testing.

Parameters
playerIdIndex of the player inside player manager
Returns
the uid as UUID wrapper

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