Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Identity.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
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
Identity
Definition:
Identity.c:12
SoundIdentity
Definition:
SoundIdentity.c:12
VisualIdentity
Definition:
VisualIdentity.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Identity
Identity.c
Generated by
1.8.17