Difference between revisions of "DISPLAY TEXT WITH LITERAL STRING"
Jump to navigation
Jump to search
(New page: {{Native |np=4 |p1t=float |p1d=x pos |p2t=float |p2d=y pos |p3t=string |p3d=gxt entry |p4t=string |p4d=additional string |r=0 }} Draw GXT-Entry Text with additional string.) |
m (Fix parameters) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
|p3d=gxt entry | |p3d=gxt entry | ||
|p4t=string | |p4t=string | ||
− | |p4d= | + | |p4d=string to substitute |
|r=0 | |r=0 | ||
}} | }} | ||
− | + | 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.