| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.ButtonWindow
|
+-- DeusEx.MenuUIBorderButtonWindow
|
+-- DeusEx.MenuUIMenuButtonWindow
| Variables Summary | |
|---|---|
| Texture | buttonLights[4] |
| int | buttonLightWidth |
| Inherited Variables from Extension.ButtonWindow |
|---|
| activateDelay, activateTimer, bAutoRepeat, bButtonPressed, bEnableRightMouseClick, bMousePressed, clickSound, curTextColor, curTexture, curTileColor, info[6], initialDelay, lastInputKey, pressSound, repeatRate, repeatTime |
| Structures Summary |
|---|
| Inherited Structures from DeusEx.MenuUIBorderButtonWindow |
|---|
| S_MenuUIBorderButtonTextures |
| Inherited Structures from Extension.ButtonWindow |
|---|
| ButtonDisplayInfo |
| Functions Summary | ||
|---|---|---|
![]() | DrawWindow (GC gc)) | |
![]() | InitWindow ())) | |
| Inherited Functions from DeusEx.MenuUIBorderButtonWindow |
|---|
| DrawWindow, InitWindow, ParentRequestedPreferredSize, SetButtonMetrics, SetButtonText, SetCenterText, SetVerticalOffset, StyleChanged |
| Variables Detail |
|---|
| Functions Detail |
|---|
DrawWindow Source code
InitWindow Source code| Defaultproperties |
|---|
defaultproperties { buttonLights(0)=Texture'DeusExUI.UserInterface.MenuMainLight_Normal' buttonLights(1)=Texture'DeusExUI.UserInterface.MenuMainLight_Focus' buttonLights(2)=Texture'DeusExUI.UserInterface.MenuMainLight_Focus' buttonLights(3)=Texture'DeusExUI.UserInterface.MenuMainLight_Normal' buttonLightWidth=7 bTranslucentText=True Left_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Left',Width=5) Left_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Left',Width=5) Right_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Right',Width=20) Right_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Right',Width=20) Center_Textures(0)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonNormal_Center',Width=2) Center_Textures(1)=(Tex=Texture'DeusExUI.UserInterface.MenuMainButtonPressed_Center',Width=2) leftOffset=9 buttonHeight=27 minimumButtonWidth=245 textLeftMargin=-4 bTranslucent=True bCenterText=True } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||