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

From Resonite Wiki
Importing a new version from external source
 
m FuzzyBot moved page Translations:Dynamic Variables/21/en to Translations:Dynamic variables/21/en without leaving a redirect: Part of translatable page "Dynamic Variables"
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The simplest way to use dynamic variables is to use the [[DynamicValueVariable%601_(Component)|DynamicValueVariable<T>]] and [[DynamicReferenceVariable%601_(Component)|DynamicReferenceVariable<T>]] components. These are for value (int, float, String, etc.) and reference (Slot, User, etc.) types, respectively.
The simplest way to use dynamic variables is to use the [[Component:DynamicValueVariable|DynamicValueVariable<T>]] and [[Component:DynamicReferenceVariable|DynamicReferenceVariable<T>]] components. These are for value (int, float, String, etc.) and reference (Slot, User, etc.) types, respectively. [[Component:DynamicTypeVariable|DynamicTypeVariable]] exists to store [[Type:Type|Types]].

Latest revision as of 00:50, 13 April 2025

The simplest way to use dynamic variables is to use the DynamicValueVariable<T> and DynamicReferenceVariable<T> components. These are for value (int, float, String, etc.) and reference (Slot, User, etc.) types, respectively. DynamicTypeVariable exists to store Types.