Function VisualScript.getVariableInfo

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

Dictionary getVariableInfo (
  const(String) name
) nothrow @nogc const;