Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
CrossHair Class Reference

Protected Member Functions

void CrossHair (Widget w)
void ~CrossHair ()
string GetName ()
Widget GetWidget ()
void Hide ()
bool IsCurrent ()
bool IsShown ()
void Show ()

Protected Attributes

bool m_Current
string m_Name
bool m_Shown
Widget m_Widget

Detailed Description

Definition at line 1 of file crosshairselector.c.

Constructor & Destructor Documentation

◆ CrossHair()

void CrossHair ( Widget w)
inlineprotected

Definition at line 9 of file crosshairselector.c.

References m_Current, m_Name, m_Shown, and m_Widget.

◆ ~CrossHair()

void ~CrossHair ( )
inlineprotected

Definition at line 17 of file crosshairselector.c.

Member Function Documentation

◆ GetName()

string GetName ( )
inlineprotected

Definition at line 19 of file crosshairselector.c.

References m_Name.

◆ GetWidget()

Widget GetWidget ( )
inlineprotected

Definition at line 48 of file crosshairselector.c.

References m_Widget.

Referenced by ShowCrossHair().

◆ Hide()

void Hide ( )
inlineprotected

Definition at line 41 of file crosshairselector.c.

References m_Current, m_Shown, and m_Widget.

Referenced by ShowCrossHair().

◆ IsCurrent()

bool IsCurrent ( )
inlineprotected

Definition at line 24 of file crosshairselector.c.

References m_Current.

Referenced by ShowCrossHair().

◆ IsShown()

bool IsShown ( )
inlineprotected

Definition at line 29 of file crosshairselector.c.

References m_Shown.

Referenced by ShowCrossHair().

◆ Show()

void Show ( )
inlineprotected

Definition at line 34 of file crosshairselector.c.

References m_Current, m_Shown, and m_Widget.

Referenced by ShowCrossHair().

Field Documentation

◆ m_Current

bool m_Current
protected

Definition at line 5 of file crosshairselector.c.

Referenced by CrossHair(), Hide(), IsCurrent(), and Show().

◆ m_Name

string m_Name
protected

Definition at line 3 of file crosshairselector.c.

Referenced by CrossHair(), and GetName().

◆ m_Shown

bool m_Shown
protected

Definition at line 4 of file crosshairselector.c.

Referenced by CrossHair(), Hide(), IsShown(), and Show().

◆ m_Widget

Widget m_Widget
protected

Definition at line 7 of file crosshairselector.c.

Referenced by CrossHair(), GetWidget(), Hide(), and Show().


The documentation for this class was generated from the following file: