Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:GUIComponent functions (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent (functions)
GUIComponent functions in other games:
UT2003, UT2004
Other member categories for this class:
delegates, properties

Functions

Static functions

MakeColorCode

static function string MakeColorCode (Object.Color NewColor)


StripColorCodes

static function string StripColorCodes (string InString)


Native functions

ActualHeight

native function float ActualHeight ()


ActualLeft

native function float ActualLeft ()


ActualTop

native function float ActualTop ()


ActualWidth

native function float ActualWidth ()


KillTimer

function native final KillTimer ()


SetTimer

function native final SetTimer (float Interval, optional bool bRepeat)


Events

Closed

event Closed (GUIComponent Sender, bool bCancelled)


FocusFirst

event bool FocusFirst (GUIComponent Sender)


FocusLast

event bool FocusLast (GUIComponent Sender)


Free

event Free ()


Hide

event Hide ()


LoseFocus

event LoseFocus (GUIComponent Sender)


MenuStateChange

event MenuStateChange (GUI.eMenuState Newstate)


NextControl

event bool NextControl (GUIComponent Sender)


NextPage

event bool NextPage ()


Opened

event Opened (GUIComponent Sender)


PrevControl

event bool PrevControl (GUIComponent Sender)


PrevPage

event bool PrevPage ()


SetFocus

event SetFocus (GUIComponent Who)


SetVisibility

event SetVisibility (bool bIsVisible)


Show

event Show ()


Timer

event Timer ()


Other instance functions

FillOwner

function FillOwner ()


InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)


InitDelegates

function InitDelegates ()


IsInBounds

function bool IsInBounds ()


IsInClientBounds

function bool IsInClientBounds ()


LoadINI

function string LoadINI ()


ParseOption

function string ParseOption (string URL, string Key, string DefaultVal)


PlayerOwner

function PlayerController PlayerOwner ()


SaveINI

function SaveINI (string Value)


SetFriendlyLabel

function SetFriendlyLabel (GUILabel NewLabel)


SetHint

function SetHint (string NewHint)


SetLinkOverrides

function SetLinkOverrides (GUIComponent cUp, GUIComponent cDown, GUIComponent cLeft, GUIComponent cRight)


SetLinks

function SetLinks (GUIComponent cUp, GUIComponent cDown, GUIComponent cLeft, GUIComponent cRight)