![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_ECharacterDeathStatusRelations { UNKNOWN = 1 << 0 , SUICIDE = 1 << 1 , KILLED_BY_ENEMY_AI = 1 << 2 , KILLED_BY_ENEMY_PLAYER = 1 << 3 , KILLED_BY_FRIENDLY_AI = 1 << 4 , KILLED_BY_FRIENDLY_PLAYER = 1 << 5 , KILLED_BY_UNLIMITED_EDITOR = 1 << 6 , DELETED = 1 << 7 , DELETED_BY_EDITOR = 1 << 8 , VICTIM_IS_NEUTRAL_OR_FACTIONLESS = 1 << 9 , KILLED_BY_NEUTRAL_OR_FACTIONLESS = 1 << 10 , OTHER_DEATH = 1 << 11 , NOT_A_CHARACTER = 1 << 12 } |
When a character dies what is the relationship between the victim and killer Values are flags for quicker checking in the SCR_InstigatorContextData
Definition at line 3 of file SCR_ECharacterDeathStatusRelations.c.