There is no spoon
UE2:MoNumericEdit (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoNumericEdit |
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: GUI.moNumericEdit Parent: GUI.GUIMenuOption
<Enter a description here>
Properties
MaxValue
Type: int
MinValue
Type: int
MyNumericEdit
Type: GUINumericEdit
Default values
Property | Value |
---|---|
ComponentClassName | "GUI.GUINumericEdit" |
OnClickSound | CS_Click |
Instance functions
GetValue
function int GetValue ()
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
InternalOnChange
function InternalOnChange (GUIComponent Sender)
Overrides: GUIMenuOption.InternalOnChange
SetValue
function SetValue (int V)