Added a description, added a usage description, added field description. This is no longer a stub. |
Add related |
||
Line 23: | Line 23: | ||
<!--T:5--> | <!--T:5--> | ||
== | == See Also == | ||
* [[Component:ButtonPressEventRelay]] | |||
* [[Component:ButtonHoverEventRelay]] | |||
* [[Component:ButtonRelay]] | |||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Button Hover Event Relay]] | [[Category:Components{{#translation:}}|Button Hover Event Relay]] | ||
[[Category:Components:Common UI:Button Interactions{{#translation:}}|Button Hover Event Relay]] | [[Category:Components:Common UI:Button Interactions{{#translation:}}|Button Hover Event Relay]] |
Latest revision as of 15:15, 11 November 2024
Component image
The ButtonHoverEventRelay component takes in a slot target, and if any IButton hover event happens with this component on a slot, will also send a signal to that target slot, and the components on that target slot will trigger with hover events (if applicable).
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. |
Target
|
Slot | The slot to send the signal to. |
Usage
Useful for sending multiple signals from one hover event.