imported>Mysticporo Created page with "<languages></languages> <translate> <!--T:1--> {{stub}} {{Infobox Component |Image=ButtonPressEventRelayComponent.png |Name=Button Press Event Relay }} <!--T:2--> == Fields =..." |
Added a description, added a usage description, added a field description. This is no longer a stub. |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
{{Infobox Component | {{Infobox Component | ||
|Image=ButtonPressEventRelayComponent.png | |Image=ButtonPressEventRelayComponent.png | ||
|Name=Button Press Event Relay | |Name=Button Press Event Relay | ||
}} | }} | ||
The '''ButtonPressEventRelay''' component takes in a [[Slot|slot]] target, and if any [[Type:IButton|IButton]] press 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 press events (if applicable). | |||
<!--T:2--> | <!--T:2--> | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|Target|Slot| | |Target|Slot| The [[Slot|slot]] to send the signal to. | ||
}} | }} | ||
<!--T:3--> | <!--T:3--> | ||
== Usage == | == Usage == | ||
Useful for sending multiple signals from one press event. | |||
<!--T:4--> | <!--T:4--> | ||
Line 23: | Line 25: | ||
== Related Components == | == Related Components == | ||
</translate> | </translate> | ||
[[Category:Components{{#translation:}}|Button Press Event Relay]] | [[Category:Components{{#translation:}}|Button Press Event Relay]] | ||
[[Category:Components:Common UI:Button Interactions{{#translation:}}|Button Press Event Relay]] | [[Category:Components:Common UI:Button Interactions{{#translation:}}|Button Press Event Relay]] |
Latest revision as of 22:31, 11 September 2024
Component image
The ButtonPressEventRelay component takes in a slot target, and if any IButton press 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 press 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 press event.