DumpDocs

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.3.6.

Description

Dumps out all specified registered script functions in a detailed format, or a simpler format if showQuickList is set to 1.

Useful for collecting information on functions, for example for making geck script syntax highlighters.

Docs are dumped to nvse.log.

By default, startingOpcode is set to 5120 to only include functions from NVSE and NVSE plugins. Set this arg to 0 to get functions from the vanilla game as well.

This function can only be used in a script, not as a Condition.

Syntax

[help]
DumpDocs showQuickList:1/0{0} startingOpcode:int{5120} showIfConditionOnly:1/0{0} showIfDeprecated:1/0{0}