Translations:Dynamic variables/104/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
Importing a new version from external source
Tag: Replaced
Line 1: Line 1:
== Binding ==
Binding
The process of a dynamic variable being associated with a given space is called ''binding''. A dynamic variable component will traverse up the slot hierarchy, including its current slot, looking for an applicable variable space to bind to. If a dynamic variable does not find a dynamic variable space that it can bind to, it will not be accessible outside of the component itself, essentially reducing to a glorified [[Component:ValueField|ValueField]]. A dynamic variable will go through this binding process every time any part of the component changes.

Revision as of 02:10, 26 January 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Dynamic variables)
Binding

Binding