I'm a doctor, not a mechanic

UE2:UT2K4Tab_RulesBase (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 >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4GameTabBase >> UT2K4Tab_RulesBase
Package: 
GUI2K4

Created on: 12/11/2003 Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties[edit]

c_Rules[edit]

Type: GUITabControl

Modifiers: automated


Default value: GUITabControl'RuleTabControl'

HeaderColumnPerc[edit]

Type: array<float>

Modifiers: config


Default value, index 0: 0.75

Default value, index 1: 0.25

Subobjects[edit]

RuleTabControl[edit]

Class: XInterface.GUITabControl

Property Value
BackgroundStyleName "TabBackground"
bBoundToParent True
bDockPanels True
bDrawTabAbove False
bFillSpace True
bScaleToParent True
OnCreateComponent InternalOnCreateComponent
TabHeight 0.04
TabOrder 0
WinHeight 1.0
WinLeft 0.0
WinTop 0.0
WinWidth 1.0

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GameTabBase.InitComponent


Opened[edit]

event Opened (GUIComponent Sender)

Overrides: GUIMultiComponent.Opened


Other instance functions[edit]

FindGroupIndex[edit]

function int FindGroupIndex (string Group)


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)


Refresh[edit]

function Refresh ()

Overrides: GUITabPanel.Refresh