989onan bot (talk | contribs) Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Save Proxy | |Name=Save Proxy | ||
}} | }} | ||
The '''Save Proxy''' component | The '''Save Proxy''' component saves another slot instead of this one when the slot this component is on is saved. | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Target|Slot| | |Target|Slot| The slot to save the hiearchy of when the slot this component is on is saved instead of this slot. | ||
}} | }} | ||
== Usage == | == Usage == | ||
Can be used to make an item save an external slot or object without having to parent it first. | |||
== Examples == | == Examples == | ||
Line 19: | Line 19: | ||
[[Category:Components:Uncategorized{{#translation:}}|Save Proxy]] | [[Category:Components:Uncategorized{{#translation:}}|Save Proxy]] | ||
[[Category:Components{{#translation:}}|Save Proxy]] | [[Category:Components{{#translation:}}|Save Proxy]] | ||
Latest revision as of 04:20, 9 May 2025
Component image File:SaveProxyComponent.pngSave Proxy component as seen in the Scene Inspector
The Save Proxy component saves another slot instead of this one when the slot this component is on is saved.
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. |
Target
|
Slot | The slot to save the hiearchy of when the slot this component is on is saved instead of this slot. |
Usage
Can be used to make an item save an external slot or object without having to parent it first.