![]() |
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 | SCR_IdentityInventoryItemComponentClass |
Functions | |
| SCR_IdentityInventoryItemComponentClass InventoryItemComponentClass | Attribute ("1", desc:"Check if identity item is of a hostile faction and only then will it be considered a valuable intel. The CanShowValuableIntel() function is able to force the check for faction") |
| override bool | ShouldChangeVisibilityOfHierarchy () |
| void | DelayedInit (IEntity owner) |
| SCR_ExtendedIdentityComponent | GetLinkedExtendedIdentity () |
| bool | HasValuableIntel (bool forceCheckForFaction=false, PlayerController playerController=null) |
| bool | ShouldCheckIfItemIsHostileFaction () |
| int | GetValuableIntelFactionID () |
| Faction | GetValuableIntelFaction () |
| SCR_CallsignBaseComponent | GetLinkedCallsignComponent () |
| void | OnIntelFactionSet () |
| SCR_IdentityInventoryItemComponentClass InventoryItemComponentClass Attribute | ( | "1" | , |
| desc:"Check if identity item is of a hostile faction and only then will it be considered a valuable intel. The CanShowValuableIntel() function is able to force the check for faction" | ) |
Definition at line 1 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 40 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 149 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 80 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 143 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 137 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Check if Identity item is valuable intel for given (or local) player
| [in] | forceCheckForFaction | If true will check if the faction of the player is friendly even if OnlyShowIntilIfHostileFaction is false |
| [in] | playerController | Player controller to check for faction. If null will use local player controller |
Definition at line 98 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 163 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 34 of file SCR_IdentityInventoryItemComponent.c.
|
protected |
Definition at line 131 of file SCR_IdentityInventoryItemComponent.c.