Page MenuHomeFeedback Tracker

Add a way to get script handle from active SQF scripts
New, NormalPublic

Description

Add to diag_activeSQFScripts return the script handle of each running script, currently theres no way of get the handle of a script if its not stored on a variable on creation. This would help analyze scripts running that shouldnt be running and terminate them

returns:

[
 [
   scriptname, - String
   filePath, - String
   isRunning,  - Bool
   currentLine, - Number
   handle - Script  <--- Add
 ]
]

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline