Qgetsysstr: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
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
*STR_GAMETYPE
*STR_VOLUMENAME


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

Revision as of 14:22, 27 March 2011

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
  • STR_GAMETYPE
  • STR_VOLUMENAME