Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
ENotificationColor.c
Go to the documentation of this file.
1
4
enum
ENotificationColor
5
{
6
NEUTRAL
,
7
WARNING
,
8
POSITIVE
,
9
NEGATIVE
,
10
GM
,
11
12
//Always keep the first faction related color 1000 or higher! This is checked in code if a faction related color should be used. It checks for FACTION_FRIENDLY_IS_NEGATIVE so always add new colors below
13
FACTION_FRIENDLY_IS_NEGATIVE
= 1000,
14
FACTION_FRIENDLY_IS_POSITIVE
= 1001,
15
FACTION_ENEMY_IS_NEGATIVE_ONLY
= 1002,
16
FACTION_FRIENDLY_IS_POSITIVE_ONLY
= 1003,
17
};
NEUTRAL
@ NEUTRAL
Definition:
ENotificationColor.c:6
WARNING
@ WARNING
Definition:
ENotificationColor.c:7
FACTION_ENEMY_IS_NEGATIVE_ONLY
@ FACTION_ENEMY_IS_NEGATIVE_ONLY
Will set color to NEGATIVE if the target entity is an enemy. Will set it to NEUTRAL if the entity is ...
Definition:
ENotificationColor.c:15
GM
@ GM
GMs notification that is shown to players.
Definition:
ENotificationColor.c:10
FACTION_FRIENDLY_IS_NEGATIVE
@ FACTION_FRIENDLY_IS_NEGATIVE
Will either set POSITIVE COLOR if target entity is hostile to player, NEGATIVE COLOR if target entity...
Definition:
ENotificationColor.c:13
FACTION_FRIENDLY_IS_POSITIVE_ONLY
@ FACTION_FRIENDLY_IS_POSITIVE_ONLY
Will set color to POSITIVE if the target entity is an ally. Will set it to NEUTRAL if the entity is a...
Definition:
ENotificationColor.c:16
ENotificationColor
ENotificationColor
Definition:
ENotificationColor.c:4
NEGATIVE
@ NEGATIVE
Definition:
ENotificationColor.c:9
POSITIVE
@ POSITIVE
Definition:
ENotificationColor.c:8
FACTION_FRIENDLY_IS_POSITIVE
@ FACTION_FRIENDLY_IS_POSITIVE
Will either set NEGATIVE COLOR if target entity is hostile to player, POSITIVE COLOR if target entity...
Definition:
ENotificationColor.c:14
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Network
Notifications
ENotificationColor.c
Generated by
1.8.17