matter-hooks
matter-hooks copied to clipboard
useContextAction priority option
Problem
There's currently no way to assign a priority to the bound action. Although this feature may appear illogical due to the nature of ecs, ContextActionService:BindActionAtPriority()
is the canonical way of overriding and/or disabling default inputs.
Proposed solution
Add a priority
field to useContextAction
's options table.