Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CharacterIdentityComponent.c File Reference

Go to the source code of this file.

Classes

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 1 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.