Automated: create new component page |
add info |
||
Line 3: | Line 3: | ||
|Name=Interaction Handler Relay | |Name=Interaction Handler Relay | ||
}} | }} | ||
The '''InteractionHandlerRelay''' component is used internally by the game engine to find the source handler of a tool or slot. | |||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|CommonTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv0=true| | |CommonTool|'''[[Component:InteractionHandler|InteractionHandler]]'''|TypeAdv0=true| The handler this is a relay for. | ||
}} | }} | ||
== | == Usage == | ||
not used by the user. | |||
== See Also == | == See Also == | ||
Line 18: | Line 17: | ||
[[Category:Components:Uncategorized{{#translation:}}|Interaction Handler Relay]] | [[Category:Components:Uncategorized{{#translation:}}|Interaction Handler Relay]] | ||
[[Category:Components{{#translation:}}|Interaction Handler Relay]] | [[Category:Components{{#translation:}}|Interaction Handler Relay]] | ||
Latest revision as of 20:26, 5 April 2025
Component image 
Interaction Handler Relay component as seen in the Scene Inspector

The InteractionHandlerRelay component is used internally by the game engine to find the source handler of a tool or slot.
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. |
CommonTool
|
InteractionHandler | The handler this is a relay for. |
Usage
not used by the user.