File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,8 @@ methods:
102102 within the following: `Enum.KeyCode`, `Enum.UserInputType` or
103103 `Enum.PlayerActions` . Call this function when a player **enters the
104104 context** in which an action can be performed. When the player leaves the
105- context, call `Class.ContextActionService:UnbindAction()|UnbindAction`
106- with the same `actionName`. You can manually call the action handling
107- function of an action by using
108- `Class.ContextActionService:CallFunction()|CallFunction`.
105+ context, call `Class.ContextActionService:UnbindAction()|UnbindAction()`
106+ with the same `actionName`.
109107
110108 The code sample below shows how a `Class.Sound` can be
111109 `Class.Sound:Play()|played` while a key (<kbd>H</kbd>), game pad button,
You can’t perform that action at this time.
0 commit comments