StopObjectProfiling - Form

Member of: Form Script, Alias Script, ActiveMagicEffect Script

Stops profiling all scripts attached to this object until stopped.

SyntaxEdit

Function StopObjectProfiling() native global debugOnly

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Stops profiling the slow object
SlowObject.StopObjectProfiling()

NotesEdit

  • Profiling requires the "bEnableProfiling" flag in the "[Papyrus]" section of the ini file to be set to 1.
  • The profile files are stored in "<documents>/My Games/Fallout4/Logs/Script/Profiling".
  • This will also cycle the older profiling logs (so log 0 becomes 1, 1 becomes 2, etc).
  • If the object is not already profiled nothing will change.

See AlsoEdit