Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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) |
SCR_CharacterIdentityComponentClass CharacterIdentityComponentClass Attribute | ( | "#AR-Idenity_Name_Format_Full" | ) |
Definition at line 8 of file SCR_CharacterIdentityComponent.c.
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
[out] | format | Either includes or leaves out Alias |
[out] | names | Will have an entry for name, alias and surname. Alias can be an empty string |
Definition at line 36 of file SCR_CharacterIdentityComponent.c.