HGE::Channel_IsSliding

Tests if a channel parameters are sliding.

bool Channel_IsSliding(
  HCHANNEL channel
);

Parameters

channel
Handle of an audio channel to be tested.

Return value

If any of the volume, panning or pitch of the channel is currently sliding to a new value, returns true. Otherwise returns false.

Requirements

Header: hge.h
Import library: hge.lib

See also

Channel_SlideTo