Translations:Dynamic variables/21/en

From Resonite Wiki
Revision as of 00:50, 13 April 2025 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Dynamic Variables/21/en to Translations:Dynamic variables/21/en without leaving a redirect: Part of translatable page "Dynamic Variables")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.