| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUITextComponent
|
+-- GUI.GUIButton
|
+-- GUI.GUIToggleButton
TribesInventoryButton
| Variables Summary | |
|---|---|
| bool | bChecked |
| GFXToggleButton | |
| bool | bUserControlled |
| Material | Icon |
| Inherited Variables from GUI.GUIButton |
|---|
| bAllowMultiLine, ClickKeyCode, Value |
| Inherited Variables from GUI.GUITextComponent |
|---|
| bDontCenterVertically, bMultiLine, Caption, TextAlign |
| Functions Summary | ||
|---|---|---|
![]() | Click ())) | |
![]() | SetChecked (bool bNewChecked)) | |
| Inherited Functions from GUI.GUIButton |
|---|
| InitComponent, InternalOnKeyEvent, InternalOnXControllerEvent |
| Inherited Functions from GUI.GUITextComponent |
|---|
| GetCaption, InitComponent, SetCaption |
| Variables Detail |
|---|
Whether the toggle should occur on the click or not
The graphic to display
| Functions Detail |
|---|
Click Source code
SetChecked Source code| Defaultproperties |
|---|
defaultproperties
{
bChecked = false
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||