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.
 
static string GetPlayerLogInfo (int playerID)
 Fetches name and UUID of a player and packs it into a string.
 

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

◆ GetPlayerLogInfo()

static string SCR_PlayerIdentityUtils.GetPlayerLogInfo ( int playerID)
static

Fetches name and UUID of a player and packs it into a string.

Parameters
[in]playerID
Returns
preformatted string with name, playerID, and his UUID

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