Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ENotificationColor.c
Go to the documentation of this file.
1
5{
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
17
18 //~ Sets the notification color to the faction color
20};
@ NEUTRAL
ENotificationColor
@ POSITIVE
@ 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 ...
@ FACTION_FRIENDLY_IS_NEGATIVE
Will either set POSITIVE COLOR if target entity is hostile to player, NEGATIVE COLOR if target entity...
@ NEGATIVE
@ 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...
@ FACTION_COLOR
The color will be set to faction color.
@ FACTION_FRIENDLY_IS_POSITIVE
Will either set NEGATIVE COLOR if target entity is hostile to player, POSITIVE COLOR if target entity...
@ GM
GMs notification that is shown to players.
@ WARNING
Definition LogLevel.c:19