My program doesn't have bugs. It just develops random features.
UE2:GUICharacterList (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUICircularList >> GUICharacterList |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 Add
- 2.2.2 Clear
- 2.2.3 ClearPendingElements
- 2.2.4 End
- 2.2.5 Find
- 2.2.6 GetDecoText
- 2.2.7 GetDecoTextAt
- 2.2.8 GetGender
- 2.2.9 GetGenderAt
- 2.2.10 GetName
- 2.2.11 GetNameAt
- 2.2.12 GetPendingElements
- 2.2.13 GetPortrait
- 2.2.14 GetPortraitAt
- 2.2.15 GetRecord
- 2.2.16 GetRecordAt
- 2.2.17 GetSound
- 2.2.18 GetSoundAt
- 2.2.19 InitList
- 2.2.20 InternalOnBeginDrag
- 2.2.21 InternalOnDragDrop
- 2.2.22 InternalOnEndDrag
- 2.2.23 MoveLeft
- 2.2.24 MoveRight
- 2.2.25 Remove
- 2.2.26 ScrollLeft
- 2.2.27 ScrollRight
- 2.2.28 SelectedText
- 2.2.29 ValidIndex
- Package:
- XInterface
- Direct subclass:
- GUICharacterListTeam
- This class in other games:
- UT2003
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: UT2K4UI.GUICharacterList Parent: UT2K4UI.GUIHorzList
<Enter a description here>
Properties[edit]
Property group 'GUICharacterList'[edit]
bLocked[edit]
Type: bool
DefaultPortrait[edit]
Type: Material
Image used for unused entries
PlayerList[edit]
Type: array<xUtil.PlayerRecord>
SelectedElements[edit]
Type: array<xUtil.PlayerRecord>
Functions[edit]
Events[edit]
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUICircularList.InitComponent
Other instance functions[edit]
Add[edit]
Clear[edit]
function Clear ()
Overrides: GUIListBase.Clear
ClearPendingElements[edit]
function ClearPendingElements ()
Overrides: GUIListBase.ClearPendingElements
End[edit]
function End ()
Overrides: GUICircularList.End
Find[edit]
GetDecoText[edit]
function string GetDecoText ()
GetDecoTextAt[edit]
GetGender[edit]
function string GetGender ()
GetGenderAt[edit]
GetName[edit]
function string GetName ()
GetNameAt[edit]
GetPendingElements[edit]
GetPortrait[edit]
function Material GetPortrait ()
GetPortraitAt[edit]
GetRecord[edit]
function xUtil.PlayerRecord GetRecord ()
GetRecordAt[edit]
function xUtil.PlayerRecord GetRecordAt (int i)
GetSound[edit]
function Sound GetSound ()
GetSoundAt[edit]
InitList[edit]
function InitList ()
InternalOnBeginDrag[edit]
function bool InternalOnBeginDrag (GUIComponent Sender)
Overrides: GUIListBase.InternalOnBeginDrag
InternalOnDragDrop[edit]
function bool InternalOnDragDrop (GUIComponent Sender)
Overrides: GUIListBase.InternalOnDragDrop
InternalOnEndDrag[edit]
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
Overrides: GUIListBase.InternalOnEndDrag
MoveLeft[edit]
function bool MoveLeft ()
Overrides: GUICircularList.MoveLeft
MoveRight[edit]
function bool MoveRight ()
Overrides: GUICircularList.MoveRight
Remove[edit]
ScrollLeft[edit]
function ScrollLeft ()
ScrollRight[edit]
function ScrollRight ()
SelectedText[edit]
function string SelectedText ()