DIFF

class UndergroundDiagDEVELOPER!SERVERSource

Constants 8

private const int COLOR_START = 0xFF2ECC71DEVELOPER!SERVER

Green

private const int COLOR_END = 0xFF4B77BEDEVELOPER!SERVER

Blue

private const int COLOR_END_NOATTACH = 0xFFF7CA18DEVELOPER!SERVER

Yellow

Referenced by DrawDiag()
private const int COLOR_OBSTRUCTION = 0xFFFF00FFDEVELOPER!SERVER

Pink

Referenced by DrawDiag()
private const int COLOR_HIT = 0xFFFF0000DEVELOPER!SERVER

Red

private const int COLOR_GUIDE = 0xC03A3A3ADEVELOPER!SERVER

Semi-transparent gray

private const int COLOR_WEAPON = 0x1FFFFFFFDEVELOPER!SERVER

Semi-transparent white

private const int COLOR_LAST_POS = 0x3AF7CA18DEVELOPER!SERVER

Semi-transparent yellow

Members 3

private ref UndergroundDiagData m_Data = new UndergroundDiagData()DEVELOPER!SERVER
Referenced by Data(), and DrawDiag()
private ref BoxDraw m_BoxDrawDEVELOPER!SERVER
Referenced by HandleGizmos()
private bool m_EditModeEnabled = trueDEVELOPER!SERVER
Referenced by DrawDiag(), and HandleGizmos()

Methods 3

private void HandleGizmos()DEVELOPER!SERVER

WEAPON PROPERTIES

References new BoxDraw(), BoxDraw.Update(), m_BoxDraw
Show 1 more, m_EditModeEnabled
Referenced by DrawDiag()