Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
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
18
//~ Sets the notification color to the faction color
19
FACTION_COLOR
= 1004,
20
};
NEUTRAL
@ NEUTRAL
Definition
EGameOverTypes.c:11
ENotificationColor
ENotificationColor
Definition
ENotificationColor.c:5
POSITIVE
@ POSITIVE
Definition
ENotificationColor.c:8
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
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
NEGATIVE
@ NEGATIVE
Definition
ENotificationColor.c:9
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
FACTION_COLOR
@ FACTION_COLOR
The color will be set to faction color.
Definition
ENotificationColor.c:19
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
GM
@ GM
GMs notification that is shown to players.
Definition
ENotificationColor.c:10
WARNING
@ WARNING
Definition
LogLevel.c:19
scripts
Game
Network
Notifications
ENotificationColor.c
Generated by
1.17.0