Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"
Jump to navigation
Jump to search
m (Fix parameters) |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
|p2d=y pos | |p2d=y pos | ||
|p3t=string | |p3t=string | ||
− | |p3d= | + | |p3d=gxt entry |
|p4t=string | |p4t=string | ||
− | |p4d=string to | + | |p4d=string to substitute |
|r=0 | |r=0 | ||
}} | }} | ||
− | Draws | + | Draws gxt entry with the literal string (4th parameter) at coordinates x, y. |
+ | |||
+ | "~e~" in the gxt text will be replaced with the string. Use "STRING" or ("PZ_STRING") gxt entry (which is just "~e~") to just display the literal string. |
Latest revision as of 08:54, 30 June 2020
Number of parameters: 4 | ||
---|---|---|
Parameter # | Type | Description |
1. | float | x pos |
2. | float | y pos |
3. | string | gxt entry |
4. | string | string to substitute |
Return value: | ||
Type | Description | |
None |
Draws gxt entry with the literal string (4th parameter) at coordinates x, y.
"~e~" in the gxt text will be replaced with the string. Use "STRING" or ("PZ_STRING") gxt entry (which is just "~e~") to just display the literal string.