Description
Undoes the effect of the Start Holding Button action for one or more players.
Snippet
Stop Holding Button(Event Player, Button(Primary Fire));
Properties
Returns: Void
Parameters: Player, Button
Player
Type: Player | Array (Player), Default: Event Player
The player or players who are no longer holding a button virtually.Button
Type: Button, Default: Primary Fire
The logical button that is no longer being held virtually.