Qgetsysstr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This command copies system strings to a quote file, and can be used to display things like the level or the player's name. | This command copies system strings to a quote file, and can be used to display things like the level or the player's name. | ||
<strID> can be: | <strID> can be: | ||
STR_MAPNAME | STR_MAPNAME | ||
STR_MAPFILENAME | STR_MAPFILENAME | ||
STR_PLAYERNAME | STR_PLAYERNAME | ||
STR_VERSION | STR_VERSION | ||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:String manipulation]] | [[Category:String manipulation]] |
Revision as of 12:17, 4 May 2009
qgetsysstr <quoteID> <strID>
This command copies system strings to a quote file, and can be used to display things like the level or the player's name.
<strID> can be: STR_MAPNAME STR_MAPFILENAME STR_PLAYERNAME STR_VERSION