VisualScript.addVariable

Add a variable to the VisualScript, optionally giving it a default value or marking it as exported.

struct VisualScript
@nogc nothrow
void
addVariable
(
VariantArg1
)
(
in String name
,
in VariantArg1 default_value = Variant.nil
,
in bool _export = false
)

Meta