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

Static Public Member Functions

static string GetTranslatedGroupName (notnull SCR_AIGroup group)
 This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.
 
static string GetTranslatedGroupNameAndRoleName (notnull SCR_AIGroup group)
 This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.
 
static string GetTranslatedRoleName (notnull SCR_AIGroup group)
 This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.
 

Static Protected Attributes

const string CUSTOM_GROUP_NAME_FORMAT = "#AR-Player_Groups_CustomName_Format"
 

Member Function Documentation

◆ GetTranslatedGroupName()

static string SCR_GroupHelperUI.GetTranslatedGroupName ( notnull SCR_AIGroup group)
static

This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.

Parameters
[in]group
Returns
custom name if is allowed and translated group name

◆ GetTranslatedGroupNameAndRoleName()

static string SCR_GroupHelperUI.GetTranslatedGroupNameAndRoleName ( notnull SCR_AIGroup group)
static

This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.

Parameters
[in]group
Returns
custom name if is allowed and translated group name and group role

◆ GetTranslatedRoleName()

static string SCR_GroupHelperUI.GetTranslatedRoleName ( notnull SCR_AIGroup group)
static

This function can only be used in UI menu, where to change the language you need to close and open the shown menu, so it will be renewed.

Parameters
[in]group
Returns
custom name if is allowed and group role

Member Data Documentation

◆ CUSTOM_GROUP_NAME_FORMAT

const string SCR_GroupHelperUI.CUSTOM_GROUP_NAME_FORMAT = "#AR-Player_Groups_CustomName_Format"
staticprotected

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