Translations:Dynamic Variables/24/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
Importing a new version from external source
 
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%601_(Component)|DynamicField<T>]] or [[DynamicReference%601_(Component)|DynamicReference<T>]] components. Instead of storing something directly, they point at a field that contains a value or reference type, respectively.
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 18:30, 24 April 2024

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.