I'm a doctor, not a mechanic

UE2:GUIGFXButton (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIButton >> GUIGFXButton

Contents

Package: 
XInterface
Direct subclasses:
GUICheckBoxButton, GUIGripButtonBase, GUIScrollButtonBase, LadderButton, UT2K4LadderButton
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUIButton

GUIGFXButton - The basic button class. It can be used for icon buttons or Checkboxes

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

[edit] Properties

[edit] Property group 'GUIGFXButton'

[edit] bCheckBox

Type: bool

Is this a check box button (ie: supports 2 states)

[edit] bClientBound

Type: bool

Graphic is drawn using clientbounds if true

[edit] Graphic

Type: Material

The graphic to display

[edit] ImageIndex

Type: int


[edit] Position

Type: GUI.eIconPosition

How do we draw the Icon

[edit] Internal variables

[edit] bChecked

Type: bool


[edit] Default values

Property Value
bTabStop False

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIButton.InitComponent


[edit] Other instance functions

[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] SetChecked

function SetChecked (bool bNewChecked)