Page MenuHomeFeedback Tracker

[Feature Request] New scripting command: diag_scopeName
New, NormalPublic

Description

A command that can return the name of the current scope can be useful for debugging purposes:
for example:

call {
  scopeName "scope";
  diag_log diag_scopeName
}

command syntax:

diag_scopeName;

returns the name of the current scope ("" if not set with scopeName)

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Scripting

Event Timeline

Leopard20 created this task.Jan 5 2021, 2:02 PM
_connor added a subscriber: _connor.Jan 5 2021, 2:03 PM