Merge pull request #8046 from Atermonera/view_global_variables

Adds verb to VV global variables
This commit is contained in:
Atermonera
2021-05-09 20:34:09 -04:00
committed by VirgoBot
parent c81bb0d041
commit 3ac3b76143
8 changed files with 297 additions and 59 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
switch(var_name)
if ("vars")
return debug_variable(var_name, list(), 0, src)
return debug_variable(var_name, vars[var_name], 0, src)
return debug_variable(var_name, get_variable_value(var_name), 0, src)
//please call . = ..() first and append to the result, that way parent items are always at the top and child items are further down
//add separaters by doing . += "---"