You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 touseContextAction
's options table.The text was updated successfully, but these errors were encountered: