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

From Resonite Wiki
Importing a new version from external source
 
m FuzzyBot moved page Translations:Dynamic Variables/108/en to Translations:Dynamic variables/108/en without leaving a redirect: Part of translatable page "Dynamic Variables"
 
(No difference)

Latest revision as of 00:50, 13 April 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)
The dynamic variable <code>test/var</code> will bind to the variable space <code>test</code>. If the variable was instead named <code>var</code>, it will bind to the variable space <code>test2</code>. If the variable was named <code>var</code> and <code>test2</code> has <code>OnlyDirectBinding</code> enabled, it would bind to <code>test</code>.

The dynamic variable test/var will bind to the variable space test. If the variable was instead named var, it will bind to the variable space test2. If the variable was named var and test2 has OnlyDirectBinding enabled, it would bind to test.