DIFF

class CrossHairSource

Constructors 2

void CrossHair(Widget w)
References Widget.GetName(), m_Current, m_Name
Show 2 more, m_Shown, and m_Widget
void ~CrossHair()

Members 4

protected string m_Name
Referenced by CrossHair(), and GetName()
protected bool m_Shown
Referenced by CrossHair(), Hide(), IsShown()
Show 1 more, Show()
protected bool m_Current
Referenced by CrossHair(), Hide(), IsCurrent()
Show 1 more, Show()
protected Widget m_Widget
Referenced by CrossHair(), GetWidget(), Hide()
Show 1 more, Show()

Methods 6

string GetName()
References m_Name
bool IsShown()
References m_Shown
void Show()
References Widget.Show(), m_Current, m_Shown
Show 1 more, m_Widget
void Hide()
References Widget.Show(), m_Current, m_Shown
Show 1 more, m_Widget
Widget GetWidget()
References m_Widget