Description
Modifies the way hero voice lines sound for a Player or Players.
Snippet
Start Modifying Hero Voice Lines(Event Player, 0, true);
Properties
Returns: Void
Parameters: Player, Pitch Scalar, Reevaluation
Player
Type: Player | Array (Player), Default: Event Player
The Player or Players whose movement collision is affected.Pitch Scalar
Type: Float, Default: 0
The amount that the pitch of the voice will be raised. (Up to 1.5) or lowered (Down to 0.5).Reevaluation
Type: Boolean, Default: true
If True, Pitch Scalar is evaluated and updated every frame. If False, Pitch Scalar is evaluated once when the actions executes.