Variables

Navigation:  Widget Designer > Script Language >

Variables

prev main next

Navigation:  Widget Designer > Script Language >

Variables

prev main next

Loading...

Show/Hide hidden text

Variables are a powerful feature in Widget Designer. Any value can be stored within a variable and be called from other objects such as widgets, nodes or commands. Variables can hold one (or more) variable value(s) that update automatically, or they can hold one (or more) constant value(s).
Variables can be defined to be used either globally (to be used from everywhere within the project) or locally (to be used only in the scope of a script). More details can be found below in this chapter.

 
Variable Types

Creating Global and Local Variables

Working with Variables in Scripts

Working with Variables in Nodes

Difference Between Variable and Member Value