Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CharacterIdentityComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_CharacterIdentityComponentClass
 

Functions

SCR_CharacterIdentityComponentClass CharacterIdentityComponentClass Attribute ("#AR-Idenity_Name_Format_Full")
 
void GetFormattedFullName (out string format, out notnull array< string > names)
 

Function Documentation

◆ Attribute()

SCR_CharacterIdentityComponentClass CharacterIdentityComponentClass Attribute ( "#AR-Idenity_Name_Format_Full"  )

Definition at line 8 of file SCR_CharacterIdentityComponent.c.

◆ GetFormattedFullName()

void GetFormattedFullName ( out string  format,
out notnull array< string >  names 
)

Get full name with formatting. Alias might be empty but it is handeled in formatting

Parameters
[out]formatEither includes or leaves out Alias
[out]namesWill have an entry for name, alias and surname. Alias can be an empty string

Definition at line 36 of file SCR_CharacterIdentityComponent.c.