Qgetsysstr: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jblade (talk | contribs)
New page: This command copies system strings to a quote file, and can be used to display things like the level or the player's name. qgetsysstr <quoteID> <strID> <strID> can be: STR_MAPNAME STR_MA...
 
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This command copies system strings to a quote file, and can be used to display things like the level or the player's name.
'''qgetsysstr''' <quoteID> <strID>


qgetsysstr <quoteID> <strID>
This command copies system strings to the quote given by <quoteID>, 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_USERMAPFILENAME
STR_VERSION
*STR_VOLUMENAME
*STR_YOURTIME
*STR_PARTIME
*STR_DESIGNERTIME
*STR_BESTTIME
*STR_PLAYERNAME
*STR_GAMETYPE
*STR_VERSION
*STR_REVISION


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:String manipulation]]
[[Category:String manipulation]]

Latest revision as of 18:08, 5 February 2021

qgetsysstr <quoteID> <strID>

This command copies system strings to the quote given by <quoteID>, and can be used to display things like the level or the player's name.

<strID> can be:

  • STR_MAPNAME
  • STR_MAPFILENAME
  • STR_USERMAPFILENAME
  • STR_VOLUMENAME
  • STR_YOURTIME
  • STR_PARTIME
  • STR_DESIGNERTIME
  • STR_BESTTIME
  • STR_PLAYERNAME
  • STR_GAMETYPE
  • STR_VERSION
  • STR_REVISION