ContextActionResult

Enum fields

FieldXML typeValue
NamestringContextActionResult

Items

2
Sink0
FieldXML typeValue
NamestringSink
summarystringIf 'functionToBind' from ContextActionService:BindAction() returns Enum.ContextActionResult.Sink, the input event will stop at that function and no other bound actions under it will be invoked. This is the default behavior if 'functionToBind' does not return anything or yields in any way.
Pass1
FieldXML typeValue
NamestringPass
summarystringIf 'functionToBind' from ContextActionService:BindAction() returns Enum.ContextActionResult.Pass, the input event is considered to have not been handled by 'functionToBind' and will continue being passed to actions bound to the same input type.