Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Identity.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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