ContextActionResult
This is used by the ContextActionService
when multiple event handlers are bound to a single action. It determines whether the event should continue to the next handler or not after being processed by one handler.
Items
Name
Value
Description
Sink
0
Prevents the event from being sent to other handlers bound to the same action.
Pass
1
Allows the event to continue to other handlers bound to the same action.
Last updated