DayZ 1.24
Loading...
Searching...
No Matches
ButtonAttribute Class Reference
Collaboration diagram for ButtonAttribute:
[legend]

Private Member Functions

void ButtonAttribute (string label="ScriptButton", bool focused=false)
 

Private Attributes

string m_Label
 
bool m_Focused
 

Detailed Description

Definition at line 108 of file workbenchApi.c.

Constructor & Destructor Documentation

◆ ButtonAttribute()

void ButtonAttribute::ButtonAttribute ( string label = "ScriptButton",
bool focused = false )
inlineprivate

Definition at line 113 of file workbenchApi.c.

114 {
115 m_Label = label;
117 }

References m_Focused, and m_Label.

Member Data Documentation

◆ m_Focused

bool ButtonAttribute::m_Focused
private

Definition at line 111 of file workbenchApi.c.

Referenced by ButtonAttribute().

◆ m_Label

string ButtonAttribute::m_Label
private

Definition at line 110 of file workbenchApi.c.

Referenced by ButtonAttribute().


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