Mostly Harmless
UE2:MoNumericEdit (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoNumericEdit |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Class: GUI.moNumericEdit Parent: GUI.GUIMenuOption
<Enter a description here>
[edit] Properties
[edit] MaxValue
Type: int
[edit] MinValue
Type: int
[edit] MyNumericEdit
Type: GUINumericEdit
[edit] Default values
| Property | Value |
|---|---|
| ComponentClassName | "GUI.GUINumericEdit" |
| OnClickSound | CS_Click |
[edit] Instance functions
[edit] GetValue
function int GetValue ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
[edit] InternalOnChange
function InternalOnChange (GUIComponent Sender)
Overrides: GUIMenuOption.InternalOnChange
[edit] SetValue
function SetValue (int V)
