Description
Set the Ability Charge Count for one or more Players if supported.
Snippet
Set Ability Charge(Event Player, Button(Primary Fire), 0);
Properties
Returns: Void
Parameters: Player, Button, Charge Count
Player
Type: Player | Array (Player), Default: Event Player
The Player or Players whose ability charge count will be modified.Button
Type: Button, Default: Primary Fire
The logical button associated with the Ability to be modified.Charge Count
Type: Integer, Default: 0
The Charge count that will be set.