C# Class Plugin.Plugin.SoundHelper

Represents the helper class that provides sound instructions in a way similar to Win32 plugins.
Show file Open project: leezer3/OpenBVE

Private Properties

Property Type Description
SoundHelper System
Update void
this int

Private Methods

Method Description
SoundHelper ( PlaySoundDelegate playSound, int count ) : System

Creates a new instance of this class.

Update ( ) : void

Updates the sound instructions. Should be called at the end of every call to Elapse.

this ( int index ) : int

Gets or sets the specified sound instruction.