Difference between revisions of "DumpAliasData - Debug"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>JLundin |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Non-delayed Native Function]] | |||
'''Member of:''' [[Debug Script]] | '''Member of:''' [[Debug Script]] | ||
Latest revision as of 08:08, 12 September 2012
Member of: Debug Script
Dumps all alias fill information on the specified quest to the alias dump file. The dump files are stored in "<game folder>/Logs/Script/AliasDump".
Syntax[edit | edit source]
Function DumpAliasData(Quest akQuest) native global
Parameters[edit | edit source]
- akQuest: The quest to dump alias data for
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Dumps all alias information on the MQ101 quest
Debug.DumpAliasData(MQ101)