Page MenuHomeFeedback Tracker

Function Viewer should respect "scope" in cfgFunctions
Closed, ResolvedPublic

Description

The issue is that some functions are never supposed to be called by users (think private functions). A simple change is required in Function Viewer so that when a "scope" parameter is present and is set to anything but "public" - the Viewer should ignore this cfgFunctions entry and not add it to the list of available functions.

Details

Legacy ID
1590905577
Severity
None
Resolution
No Bug
Reproducibility
N/A
Category
Scripting

Event Timeline

simast edited Steps To Reproduce. (Show Details)May 28 2013, 9:01 AM
simast edited Additional Information. (Show Details)
simast set Category to Scripting.
simast set Reproducibility to N/A.
simast set Severity to None.
simast set Resolution to No Bug.
simast set Legacy ID to 1590905577.May 7 2016, 2:19 PM

The intention of Functions Library is to make all functions available for everyone, similar to how scripting commands are openly ready to use.

If you have a function which doesn't work independently, mention it in the header, ideally explaining what else has to be running in order for the function to work. Or, in extreme cases, you can remove it from the functions library and compile it separately.

Mass closing resolved tickets from last month.