StopPapyrusScriptProfile

From the Fallout4 CreationKit Wiki
Revision as of 14:31, 11 November 2011 by imported>Darkconsole (Script running global find and replace: Category:Console Commands for Category:Console Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stops profiling the specified Papyrus script. Profiling information is logged to "<game>/Logs/Script/Profiling" folder.

Syntax[edit | edit source]

StopPapyrusScriptProfile <script>
StopPSP <script>

Parameters[edit | edit source]

  • Script: The name of the script to stop profiling. Child and parent scripts aren't profiled - you'll have to stop profiling for them separately.

Examples[edit | edit source]

StopPSP CWSiegeScript

Notes[edit | edit source]

Profiling must be turned on or the command will fail. To turn profiling on, set "bEnableProfiling" in the "[Papyrus]" section of your ini file to 1.

See Also[edit | edit source]

Papyrus Version[edit | edit source]

StopScriptProfiling - Debug