Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Identity Interface Reference
Inheritance diagram for Identity:
[legend]

Public Member Functions

proto external string GetName ()
 Get Character name.
 
proto external void SetName (string name)
 Set charactera name.
 
proto external string GetAlias ()
 Get Charactger alias.
 
proto external void SetAlias (string alias)
 Set Character alias.
 
proto external string GetSurname ()
 Get Character surname.
 
proto external void SetSurname (string surname)
 Set Character surname.
 
proto external string GetFullName ()
 Get the Character Name "Alias" Surname in a string. The format is not localized based on the country.
 
proto external VisualIdentity GetVisualIdentity ()
 
proto external void SetVisualIdentity (VisualIdentity id)
 
proto external SoundIdentity GetSoundIdentity ()
 
proto external void SetSoundIdentity (SoundIdentity id)
 

Member Function Documentation

◆ GetAlias()

proto external string Identity.GetAlias ( )

Get Charactger alias.

◆ GetFullName()

proto external string Identity.GetFullName ( )

Get the Character Name "Alias" Surname in a string. The format is not localized based on the country.

◆ GetName()

proto external string Identity.GetName ( )

Get Character name.

◆ GetSoundIdentity()

proto external SoundIdentity Identity.GetSoundIdentity ( )

◆ GetSurname()

proto external string Identity.GetSurname ( )

Get Character surname.

◆ GetVisualIdentity()

proto external VisualIdentity Identity.GetVisualIdentity ( )

◆ SetAlias()

proto external void Identity.SetAlias ( string  alias)

Set Character alias.

◆ SetName()

proto external void Identity.SetName ( string  name)

Set charactera name.

◆ SetSoundIdentity()

proto external void Identity.SetSoundIdentity ( SoundIdentity  id)

◆ SetSurname()

proto external void Identity.SetSurname ( string  surname)

Set Character surname.

◆ SetVisualIdentity()

proto external void Identity.SetVisualIdentity ( VisualIdentity  id)

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