|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
42 proto external
bool SetWoundState(
string bodyPart,
bool wound);
47 proto external
bool IsCovered(
string bodyPart);
65 proto external
bool CheckIdentityIDs(
int alias,
int name,
int surname,
int soundIdentity,
int visualIdentity);
70 proto external
bool SetIdentityFromIDs(
int alias,
int name,
int surname,
int soundIdentity,
int visualIdentity);
proto external bool IsCovered(string bodyPart)
event void OnBodyPartStateChanged(string bodyPart, bool visible, bool wounded)
CharacterIdentityComponentClass GameComponentClass GetHeadEntity()
proto external void SetVisibleAll(bool visible)
proto external void SetIdentity(Identity cfg)
Set the identity to the player, and replicates the identity to clients.
proto external bool SetWoundState(string bodyPart, bool wound)
proto external void SetHeadAlpha(int a)
proto external bool IsVisibleAll()
proto external void CommitChanges()
proto external Identity GetIdentity()
Get identity of this character.
proto external bool CheckIdentityIDs(int alias, int name, int surname, int soundIdentity, int visualIdentity)
proto external bool SetIdentityFromIDs(int alias, int name, int surname, int soundIdentity, int visualIdentity)