Importing a new version from external source |
m FuzzyBot moved page Translations:Dynamic Variables/24/en to Translations:Dynamic variables/24/en without leaving a redirect: Part of translatable page "Dynamic Variables" |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
If you want to use an existing field or reference as the contents of a dynamic variable, you can use the [[DynamicField | If you want to use an existing field or reference as the contents of a dynamic variable, you can use the [[Component:DynamicField|DynamicField<T>]] or [[Component:DynamicReference|DynamicReference<T>]] components. Instead of storing something directly, they point at a field that contains a value or reference type, respectively. |
Latest revision as of 00:50, 13 April 2025
If you want to use an existing field or reference as the contents of a dynamic variable, you can use the DynamicField<T> or DynamicReference<T> components. Instead of storing something directly, they point at a field that contains a value or reference type, respectively.