![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | CharacterIdentityComponentClass |
Functions | |
| CharacterIdentityComponentClass GameComponentClass | GetHeadEntity () |
| proto external void | SetHeadAlpha (int a) |
| proto external void | SetVisibleAll (bool visible) |
| 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. | |
| 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. | |
| event void | OnBodyPartStateChanged (string bodyPart, bool visible, bool wounded) |