Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
Identity.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
class
Identity
:
ScriptAndConfig
13
{
15
proto external
string
GetName
();
17
proto external
void
SetName(
string
name);
19
proto external
string
GetAlias();
21
proto external
void
SetAlias(
string
alias);
23
proto external
string
GetSurname();
25
proto external
void
SetSurname(
string
surname);
27
proto external
string
GetFullName();
28
proto external
VisualIdentity
GetVisualIdentity();
29
proto external
void
SetVisualIdentity(
VisualIdentity
id
);
30
proto external
SoundIdentity
GetSoundIdentity();
31
proto external
void
SetSoundIdentity(
SoundIdentity
id
);
32
}
33
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
Identity
Definition
Identity.c:13
ScriptAndConfig
Definition
Types.c:124
SoundIdentity
Definition
SoundIdentity.c:13
VisualIdentity
Definition
VisualIdentity.c:13
scripts
Game
generated
Identity
Identity.c
Generated by
1.17.0