Difference between revisions of "ShowQuestVars"

375 bytes added ,  06:28, 30 November 2011
m
Reverted edits by RgKerns3 (talk) to last revision by WRFan
imported>Wkilleen
 
imported>Qazaaq
m (Reverted edits by RgKerns3 (talk) to last revision by WRFan)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This function will show quest variables.
==Description==
This function shows the specified quest's variables in the console window.


=='''Syntax'''==
==Syntax==
ShowQuestVars QuestID:String
or


ShowQuestVars
  SQV QuestID:String
  SQV


=='''Examples'''==
==Example==


  sqv QuestID
  SQV FunkyTownQuest


=='''Notes'''==
==Notes==
*None at this time.
*This is an incredibly useful debugging tool if the structure of your mod is based on quest scripts.
*Unfortunately, if your quest script has too many variables, only the latter portion of them will be shown in the console window, due to the limited amount of text that can be output at once (it is actually possible to scroll the list up and down using the keyboard)


<!--
==See Also==
=='''See Also'''==
*[[ShowQuests]]
 
*[[GetScriptVariable]]
 
*[[GetGlobalValue]]
=='''Reference'''==
*[[GetQuestVariable]]
None provided.
<!-- [[GetAVInfo_Reference|List of functions that use GetAVInfo]] (wiki) -->


[[Category:Console Functions]]
[[Category:Console Functions]]
[[Category:Designer Debug Tools]]
[[Category:Designer Debug Tools]]
Anonymous user