![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Variables | |
| const int | COLOR_BLUE = 0xFF4B77BE |
| const int | COLOR_BLUE_A = 0x1f4B77BE |
| const int | COLOR_GREEN = 0xFF2ECC71 |
| const int | COLOR_GREEN_A = 0x1f2ECC71 |
| const int | COLOR_RED = 0xFFF22613 |
| const int | COLOR_RED_A = 0x1fF22613 |
| const int | COLOR_WHITE = 0xFFFFFFFF |
| const int | COLOR_YELLOW = 0xFFF7CA18 |
| const int | COLOR_YELLOW_A = 0x1fF7CA18 |
| const int COLOR_BLUE = 0xFF4B77BE |
Definition at line 66 of file constants.c.
Referenced by ChatLine::ColorNameToColor(), DrawDebugShape(), WeaponDebug::DrawEyePoint(), GatherSurfaces(), OnUpdate(), and ScriptConsoleGeneralTab::Update().
| const int COLOR_BLUE_A = 0x1f4B77BE |
Definition at line 71 of file constants.c.
Referenced by PluginBase::DrawDebugs().
| const int COLOR_GREEN = 0xFF2ECC71 |
Definition at line 65 of file constants.c.
Referenced by ChatLine::ColorNameToColor(), DrawDebugShape(), GetMeleeTargetEx(), ScriptConsoleGeneralTab::Update(), ScriptConsoleSoundsTab::Update(), and UpdateZones().
| const int COLOR_GREEN_A = 0x1f2ECC71 |
Definition at line 70 of file constants.c.
Referenced by PluginBase::DrawDebugs().
| const int COLOR_RED = 0xFFF22613 |
Definition at line 64 of file constants.c.
Referenced by CalculateBreadCrumbs(), CalculateLinePointFade(), ChatLine::ColorNameToColor(), ScriptConsoleItemsTab::DrawItems(), WeaponDebug::DrawLineOfFire(), WeaponDebug::DrawLineOfFireMuzzleToHit(), CfgPlayerRestrictedAreaHandler::DrawPolygonLinesDebug(), DebugMonitor::SetFramerateText(), ScriptConsoleGeneralTab::Update(), ScriptConsoleSoundsTab::Update(), UIScriptedMenu::Update(), ScriptConsoleSoundsTab::UpdateSelectedColor(), and UpdateZones().
| const int COLOR_RED_A = 0x1fF22613 |
Definition at line 69 of file constants.c.
Referenced by PluginBase::DrawDebugs().
| const int COLOR_WHITE = 0xFFFFFFFF |
Definition at line 63 of file constants.c.
Referenced by CfgPlayerRestrictedAreaHandler::DrawPolygonLinesDebug(), and BoatHud::UpdateEngineIcon().
| const int COLOR_YELLOW = 0xFFF7CA18 |
Definition at line 67 of file constants.c.
Referenced by CalculateLinePointFade(), ChatLine::ColorNameToColor(), HandleTargetState(), WeaponDebug::OnPostFrameUpdate(), DebugMonitor::SetFramerateText(), and UpdateZones().
| const int COLOR_YELLOW_A = 0x1fF7CA18 |
Definition at line 72 of file constants.c.
Referenced by PluginBase::DrawDebugs().