Definition
STRING [id]
{
[Common flags]
}
描述
Represents
String
objects in a container, displayed as an edit field.
-
注意
-
使用
STATICTEXT
for static text fields, and the
MULTISTRING
custom GUI for strings with multiple lines (see example below).
范例
STRING
DOCUMENT_INFO_AUTHOR
{ ANIM
OFF
; }
STRING
DOCUMENT_INFO_COPYRIGHT
{ ANIM
OFF
;
CUSTOMGUI
MULTISTRING; SCALE_V; WORDWRAP; }