===== cpStopSound2() ===== ==== Syntax ==== ^ Befehl | cpStopSound2(SoundHandle:integer) | ^ Funktion| beendet sofort die Wiedergabe der Sounddatei, welche mit SoundHandle von cpSound2() gestartet wurde. | ^ Typ | integer | ^ ab | //**2.3.0 build 164**// | \\ ==== Codebeispiel ===== var SoundHandle: integer; begin SoundHandle := cpGetIntegervar('SoundHandle'); ... ... cpStopSound2(SoundHandle); ... ... end. Dieser Code stoppt das Soundfile, welches vorher mit cpSound2-Handle gestartet wurde.\\ ---- [[cockpit-xp:start|Start]] - [[cockpit-xp:faq|FAQ]] - [[cockpit-xp:glossar|Glossar]] - [[cockpit-xp:sitemap|Sitemap]] - [[cockpit-xp:impressum|Impressum]]