I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE1:UWindowBase (U1)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE1:MenuSound (U1))
Jump to: navigation, search
U1 Object >> UWindowBase

Contents

Package: 
UWindow
Direct subclasses:
UWindowLayoutBase, UWindowLayoutCell, UWindowLookAndFeel, UWindowWindow
This class in other games:
RTNP, UT

null

[edit] Constants

[edit] F_Normal

Value: 0

Normal font

[edit] Enums

[edit] FrameHitTest

HT_NW 
HT_N 
HT_NE 
HT_W 
HT_E 
HT_SW 
HT_S 
HT_SE 
HT_TitleBar 
HT_DragHandle 
HT_None 

[edit] MenuSound

MS_MenuPullDown 
MS_MenuCloseUp 
MS_MenuItem 
MS_WindowOpen 
MS_WindowClose 
MS_ChangeTab 

[edit] TextAlign

TA_Left 
TA_Right 
TA_Center 

[edit] Structs

[edit] Region

int
int
int
int

[edit] TexRegion

int
int
int
int
Texture

[edit] Instance functions

[edit] GetRegion

function Region GetRegion (TexRegion T)


[edit] NewRegion

function Region NewRegion (float X, float Y, float W, float H)


[edit] NewTexRegion

function TexRegion NewTexRegion (float X, float Y, float W, float H, Texture T)