The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:MoFormatNumEdit (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> moNumericEdit >> MoFormatNumEdit
Package: 
XInterface

NumericEdit component with custom formatting

Written by Michiel Hendriks (c) 2003, Epic Games, Inc. All Rights Reserved

Default values[edit]

Property Value
ComponentClassName "XInterface.GUIFormatNumEdit"

Delegates[edit]

FormatValue[edit]

delegate string FormatValue (int NewValue)


Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: moNumericEdit.InitComponent


Other instance functions[edit]

InternalFormatValue[edit]

function string InternalFormatValue (int NewValue)