Translations:Dynamic variables/21/en

From Resonite Wiki
Revision as of 18:30, 24 April 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)

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.