m ProbablePrime moved page DynamicReference (Component) to Component:DynamicReference: Creating component Namespace |
Add info |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
Dynamic Reference is a component that allows marking of any [[Type:SyncRef`1|SyncRef`1 (Reference holder)]] as part of the [[Dynamic Variables]] System. The value inside of the specified [[Type:SyncRef`1|SyncRef]] can change and will be changed by the [[Dynamic Variables]] System. The variable name and the type of variable will determine how this will link to and be changed by the [[Dynamic Variables]] System. For more info on how Dynamic Variables work please check the [[Dynamic Variables]] page. | |||
{{Infobox Component | {{Infobox Component | ||
|Image=DynamicReference`1Component.png | |Image=DynamicReference`1Component.png | ||
Line 11: | Line 11: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|VariableName|String| | |VariableName|String| {{Template:Variable Name Component}} | ||
|TargetReference|SyncRef`1|TypeString1=SyncRef<IWorldElement>| | |TargetReference|SyncRef`1|TypeString1=SyncRef<IWorldElement>| | ||
|OverrideOnLink|Bool| | |OverrideOnLink|Bool|{{Template:OverrideOnLink Field}} | ||
}} | }} | ||
Line 25: | Line 25: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Generics{{#translation:}}]] | [[Category:Generics{{#translation:}}]] | ||
[[Category:Components{{#translation:}}|Dynamic Reference`1]] | [[Category:Components{{#translation:}}|Dynamic Reference`1]] | ||
[[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Reference`1]] | [[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Reference`1]] |
Latest revision as of 16:09, 19 March 2024
Dynamic Reference is a component that allows marking of any SyncRef`1 (Reference holder) as part of the Dynamic Variables System. The value inside of the specified SyncRef can change and will be changed by the Dynamic Variables System. The variable name and the type of variable will determine how this will link to and be changed by the Dynamic Variables System. For more info on how Dynamic Variables work please check the Dynamic Variables page.
Component image
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
VariableName
|
String | The Variable name that will be used to link this component's refrenced value to the Dynamic Variables System. |
TargetReference
|
SyncRef<IWorldElement> | |
OverrideOnLink
|
Bool | whether this component should write its value to a Dynamic Variable Space Component when it links to the space, updating all child variables with the same name and type. |