I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:MoEditBox (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> MoEditBox |
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.moEditBox Parent: GUI.GUIMenuOption
<Enter a description here>
[edit] Properties
[edit] bReadOnly
Type: bool
This Combobox is read only
[edit] MyEditBox
Type: GUIEditBox
[edit] Default values
| Property | Value |
|---|---|
| ComponentClassName | "GUI.GUIEditBox" |
[edit] Instance functions
[edit] FloatOnly
function FloatOnly (bool b)
[edit] GetText
function string GetText ()
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMenuOption.InitComponent
[edit] IntOnly
function IntOnly (bool b)
[edit] MaskText
function MaskText (bool b)
[edit] ReadOnly
function ReadOnly (bool b)
[edit] SetText
function SetText (string NewText)
