Revision as of 21:05, 11 September 2024 by AmasterAmaster(talk | contribs)(Added description, added usage description, added links to see also section.)
What value and tag type dynamic impulse to send when an IButton is being pressed on the same slot. Fires every update while the button is being pressed.
What value and tag type dynamic impulse to send when an IButton is currently pointed at on the same slot. Fires every update while the button is being hovered over.
Useful for sending dynamic pulses cleanly instead of using flux.
Examples
This is useful for making a keyboard by putting this component on each button and then sending the char of the button that pressed it, so all your code can be in one place.