Component:WorkerInspector: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
Added some info about this cursed thing
Line 4: Line 4:
}}
}}
{{stub}}
{{stub}}
Worker inspectors are usually generated when an object is not a component but rather a non component data. References that need this Inspector to be generated in order to view them require ref hacking ([[Things to Avoid]]) to get. Objects like these include World info blocks usually only edited via the dash, and world permission blocks that allow you to change the roles and their names.


== Usage ==
== Usage ==

Revision as of 17:33, 23 March 2024

Component image 
Worker Inspector component as seen in the Scene Inspector


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


Worker inspectors are usually generated when an object is not a component but rather a non component data. References that need this Inspector to be generated in order to view them require ref hacking (Things to Avoid) to get. Objects like these include World info blocks usually only edited via the dash, and world permission blocks that allow you to change the roles and their names.

Usage

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.
_targetContainer Worker
_workerFilter Predicate`1<Worker>
_targetWorker Worker

Behavior

Examples

See Also