DumpAliasData - Debug
Revision as of 15:26, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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
Function DumpAliasData(Quest akQuest) native global
Parameters
- akQuest: The quest to dump alias data for
Return Value
None.
Examples
; Dumps all alias information on the MQ101 quest
Debug.DumpAliasData(MQ101)