Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Missing Component | |Name=Missing Component | ||
}} | }} | ||
The '''MissingComponent''' component is used to signify that a component previously saved on a slot no longer exists inside of Resonite. seeing this component is rare due to the backwards compatibility of Resonite. This component does not have any active functionality. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Type|String| | |Type|String| The string version of a [[Type:Type|Type]] of the removed or depreciated component. | ||
}} | }} | ||
== | == Usage == | ||
This component will appear on content sometimes. Replace the component with an equivalent or more up to date method, then delete this component. | |||
== Examples == | == Examples == | ||
<gallery width=480px height=480px> | |||
Example_Missing_Logix_ToolTip_Component.png| a "LogixTooltip" missing on old content due to Logix no longer existing as a concept. | |||
</gallery> | |||
== See Also == | == See Also == | ||
Line 19: | Line 22: | ||
[[Category:Components:Uncategorized{{#translation:}}|Missing Component]] | [[Category:Components:Uncategorized{{#translation:}}|Missing Component]] | ||
[[Category:Components{{#translation:}}|Missing Component]] | [[Category:Components{{#translation:}}|Missing Component]] | ||
Latest revision as of 19:33, 13 November 2024
Component image
The MissingComponent component is used to signify that a component previously saved on a slot no longer exists inside of Resonite. seeing this component is rare due to the backwards compatibility of Resonite. This component does not have any active functionality.
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. |
Type
|
String | The string version of a Type of the removed or depreciated component. |
Usage
This component will appear on content sometimes. Replace the component with an equivalent or more up to date method, then delete this component.
Examples
-
a "LogixTooltip" missing on old content due to Logix no longer existing as a concept.