ContextActionResult
Overview
ContextActionResult is an Enum that is used when multiple event handlers are bound to a single action in ContextActionService.
This is used to determine whether to pass an event to remaining handlers after one hander processes it.
Items
Name
Value
Description
Sink
0
Currently not supported.
Pass
1
Currently not supported.
See also
ContextActionServiceLast updated