matter-hooks icon indicating copy to clipboard operation
matter-hooks copied to clipboard

useContextAction priority option

Open lolmanurfunny opened this issue 5 months ago • 0 comments

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.

lolmanurfunny avatar Aug 30 '24 00:08 lolmanurfunny