Menu Text

From Wiki
Revision as of 11:44, 23 September 2005 by Boydon (Talk | contribs) (Applying templates (header, body, footer))

Jump to: navigation, search


Synopsis

menu Text {name} {x} {y} {text}

Description

The menu Text command creates a label at the specified position in the EasyUO menu window.


Example

; This will create a text line named text_1 at position 10 20
; with the words Read me!
; Note that when refering to this field later in the script
; you will reference the NAME and not the displayed TEXT.
menu Text text_1 10 20 Read me!


See also

Main Page Documentation