Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseFactionCheckUserAction.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_BaseFactionCheckUserAction
 

Enumerations

enum  EActionFactionUsage {
  SAME_CURRENT_FACTION = 1, FRIENDLY_CURRENT_FACTION = 2, SAME_DEFAULT_FACTION = 4, FRIENDLY_DEFAULT_FACTION = 8,
  DISALLOW_USE_ON_CURRENT_FACTION_NULL = 16
}
 

Enumeration Type Documentation

◆ EActionFactionUsage

Enumerator
SAME_CURRENT_FACTION 

The user with the same faction as the current faction can interact with the action.

FRIENDLY_CURRENT_FACTION 

The user with a faction that is a friendly faction as the current faction can interact with the action.

SAME_DEFAULT_FACTION 

The user with the same faction as the default faction of the action can interact with the action.

FRIENDLY_DEFAULT_FACTION 

he user with a faction that is a friendly faction to the default faction of the action can interact with the action

DISALLOW_USE_ON_CURRENT_FACTION_NULL 

If set it disallows the action to be used if the faction of the owner is not set. Only valid if Default faction is not checked.

Definition at line 106 of file SCR_BaseFactionCheckUserAction.c.