Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_IdentityManagerComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_IdentityManagerComponentClass
class  SCR_IdentityManagerComponent

Enumerations

enum  SCR_EIdentityItemGenerationType { ON_POSSESSION = 1 << 0 , ON_DEATH = 1 << 1 , ON_UNCONSCIOUS = 1 << 2 }
 When will the identity item be generated on the character. More...

Enumeration Type Documentation

◆ SCR_EIdentityItemGenerationType

When will the identity item be generated on the character.

Enumerator
ON_POSSESSION 

When an character is possessed by a player (On player spawned or GM possessing) and it has never had an identity Item one will be added to the inventory.

ON_DEATH 

When an character dies an identity item will be added to his/her inventory. If no Identity item was ever added to the character.

ON_UNCONSCIOUS 

When an character falls unconscious an identity item will be added to his/her inventory. If no Identity item was ever added to the character.

Definition at line 777 of file SCR_IdentityManagerComponent.c.