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

Public Member Functions

LocalizedString GetGroupName (SCR_MilitarySymbol symbol)
 Get name of a group based on its symbol.
 
LocalizedString GetGroupName (int id)
 Get name of a group based on name ID from the list.
 
int GetGroupNameID (SCR_MilitarySymbol symbol)
 Get name ID of a group based on its symbol.
 

Protected Attributes

ref array< ref SCR_GroupNameConfigEntrym_aEntries
 

Member Function Documentation

◆ GetGroupName() [1/2]

LocalizedString SCR_GroupNameConfig.GetGroupName ( int id)

Get name of a group based on name ID from the list.

Parameters
idName ID
Returns
Group name

◆ GetGroupName() [2/2]

LocalizedString SCR_GroupNameConfig.GetGroupName ( SCR_MilitarySymbol symbol)

Get name of a group based on its symbol.

Parameters
symbolMilitary symbol
Returns
Group name

◆ GetGroupNameID()

int SCR_GroupNameConfig.GetGroupNameID ( SCR_MilitarySymbol symbol)

Get name ID of a group based on its symbol.

Parameters
symbolMilitary symbol
Returns
Group name ID

Member Data Documentation

◆ m_aEntries

ref array<ref SCR_GroupNameConfigEntry> SCR_GroupNameConfig.m_aEntries
protected

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