bn::sound_speed_toggle_action class

Changes the speed of a sound effect when the action is updated a given number of times.

Base classes

template<typename Value, typename Property, class PropertyManager>
class toggle_value_template_action<sound_handle, fixed, sound_speed_manager>
Changes the property of a value when the action is updated a given number of times.

Constructors, destructors, conversion operators

sound_speed_toggle_action(sound_handle handle, int duration_updates, fixed new_speed)
Constructor.

Public functions

auto handle() const -> sound_handle
Returns the sound_handle to modify.
auto new_speed() const -> fixed
Returns the speed of the given sound_handle when the action is updated the given number of times.

Function documentation

bn::sound_speed_toggle_action::sound_speed_toggle_action(sound_handle handle, int duration_updates, fixed new_speed)

Constructor.

Parameters
handle sound_handle to modify.
duration_updates How much times the action has to be updated to change the speed of the given sound_handle.
new_speed New speed when the action is updated duration_updates times.