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"
 
(No difference)

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.