Enum fields
| Field | XML type | Value |
|---|---|---|
Name | string | ContextActionResult |
Items
2Sink0
| Field | XML type | Value |
|---|---|---|
Name | string | Sink |
summary | string | If '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
| Field | XML type | Value |
|---|---|---|
Name | string | Pass |
summary | string | If '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. |