I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:MoCheckBox (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoCheckBox
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

Class: XInterface.moCheckBox Combines a label and check box button.

Properties[edit]

Property group 'Option'[edit]

bChecked[edit]

Type: bool

Modifiers: noexport, editconst, deprecated


CheckStyleName[edit]

Type: string


MyCheckBox[edit]

Type: GUICheckBoxButton

Modifiers: noexport, editconst


Default values[edit]

Property Value
bSquare True
CaptionWidth 0.8
ComponentClassName "XInterface.GUICheckBoxButton"

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMenuOption.InitComponent


Other instance functions[edit]

ButtonChecked[edit]

function ButtonChecked (GUIComponent Sender)


Checked[edit]

function bool Checked (coerce bool C)


GetComponentValue[edit]

function string GetComponentValue ()

Overrides: GUIMenuOption.GetComponentValue


InternalClick[edit]

private function bool InternalClick (GUIComponent Sender)


IsChecked[edit]

function bool IsChecked ()


ResetComponent[edit]

function ResetComponent ()

Overrides: GUIMenuOption.ResetComponent


SetComponentValue[edit]

function SetComponentValue (coerce string NewValue, optional bool bNoChange)

Overrides: GUIMenuOption.SetComponentValue