![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | CharacterIdentityComponentClass |
Functions | |
CharacterIdentityComponentClass GameComponentClass | GetHeadEntity () |
proto external void | SetHeadAlpha (int a) |
proto external void | SetVisibleAll (bool visible) |
proto external bool | IsVisibleAll () |
proto external bool | SetWoundState (string bodyPart, bool wound) |
proto external bool | IsCovered (string bodyPart) |
proto external void | CommitChanges () |
proto external Identity | GetIdentity () |
Get identity of this character. More... | |
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) |
proto external void | SetIdentity (Identity cfg) |
Set the identity to the player, and replicates the identity to clients. More... | |
event void | OnBodyPartStateChanged (string bodyPart, bool visible, bool wounded) |