You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatestaticreadonlyDefiningConfigKey<bool>_enableLinkedComponentHierarchy=new("EnableLinkedComponentHierarchy","Allow generating a hierarchical list of all dynamic variable components linked to a space.",()=>true);
9
8
privatestaticreadonlyDefiningConfigKey<bool>_enableLinkedVariablesList=new("EnableLinkedVariablesList","Allow generating a list of all dynamic variable definitions linked to a space.",()=>true);
9
+
10
10
publicoverridestringDescription=>"Contains the options for the available debug info buttons on DynamicVariableSpace Components.";
//private static ModConfigurationKey<bool> ChangeDynVarNamespaces = new ModConfigurationKey<bool>("ChangeDynVarNamespaces", "Enable searching and renaming directly linked variables and drivers when namespace changes.", () => false);
16
-
17
-
//[AutoRegisterConfigKey]
18
-
//private static ModConfigurationKey<bool> ChangeLogixStringInputs = new ModConfigurationKey<bool>("ChangeLogixStringInputs", "Search and rename logix inputs with the old name in the form OldName/.* (Experimental).", () => false);
0 commit comments