Component:DestroyBlock: Difference between revisions

From Resonite Wiki
imported>Xekri
Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=DestroyBlockComponent.png |Name=Destroy Block }} <!--T:2--> == Fields == {{Table ComponentF..."
 
Add some info about how DestroyBlock works
Line 7: Line 7:
|Name=Destroy Block
|Name=Destroy Block
}}
}}
Blocks destroying a slot via the context menu. Does not block destroying via inspector or ProtoFlux.


<!--T:2-->
<!--T:2-->

Revision as of 21:05, 12 January 2024


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Component image 
Destroy Block component as seen in the Scene Inspector


Blocks destroying a slot via the context menu. Does not block destroying via inspector or ProtoFlux.

Fields

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.

Usage

Examples

Related Components