Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
The simplest way to use dynamic variables is to use the [[DynamicValueVariable | 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 18:30, 24 April 2024
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.