Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Global Reference`1 | |Name=Global Reference`1 | ||
}} | }} | ||
The '''GlobalReference''' component is used by protoflux internally to manage global references. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Reference|'''T'''|TypeAdv0=true| | |Reference|'''T'''|TypeAdv0=true| The reference to point to for a Protoflux context. | ||
}} | }} | ||
== | == Usage == | ||
Just don't. | |||
== See Also == | == See Also == | ||
Line 19: | Line 18: | ||
[[Category:Components{{#translation:}}|Global Reference`1]] | [[Category:Components{{#translation:}}|Global Reference`1]] | ||
[[Category:Generic Components{{#translation:}}|Global Reference`1]] | [[Category:Generic Components{{#translation:}}|Global Reference`1]] | ||
Revision as of 19:11, 19 January 2025
Component image File:GlobalReference`1Component.pngGlobal Reference`1 component as seen in the Scene Inspector
The GlobalReference component is used by protoflux internally to manage global references.
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. Some components stop their functionality when this field is disabled, but some don't. |
Reference
|
T | The reference to point to for a Protoflux context. |
Usage
Just don't.