VisualScript.getVariableInfo

Returns the information for a given variable as a dictionary. The information includes its name, type, hint and usage.

struct VisualScript
@nogc nothrow const
Dictionary
getVariableInfo
(
in String name
)

Meta