DumpAliasData - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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 debugOnly

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)

See Also[edit | edit source]