Skip to content

Commit

Permalink
Improve hackStopIngameAudio() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 10, 2020
1 parent d371fdc commit 9daa81e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wzapi.cpp
Expand Up @@ -739,7 +739,9 @@ wzapi::no_return_value wzapi::hackPlayIngameAudio(WZAPI_NO_PARAMS)

//-- ## hackStopIngameAudio()
//--
//-- (3.3+ only)
//-- Stop the in-game music. (3.3+ only)
//-- This should be called from the eventStartLevel() event (or later).
//-- Currently only used from the tutorial.
//--
wzapi::no_return_value wzapi::hackStopIngameAudio(WZAPI_NO_PARAMS)
{
Expand Down

0 comments on commit 9daa81e

Please sign in to comment.