Home
last modified time | relevance | path

Searched refs:mp3volCommand (Results 1 – 10 of 10) sorted by relevance

/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp162 {"mp3vol", &ONScripter::mp3volCommand},
368 {"bgmvol", &ONScripter::mp3volCommand},
H A DONScripter.h182 int mp3volCommand();
H A DONScripter_command.cpp1408 int ONScripter::mp3volCommand() in mp3volCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp162 {"mp3vol", &ONScripter::mp3volCommand},
368 {"bgmvol", &ONScripter::mp3volCommand},
H A DONScripter.h182 int mp3volCommand();
H A DONScripter_command.cpp1408 int ONScripter::mp3volCommand() in mp3volCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes63 bgmvol mp3volCommand (i)
250 mp3vol mp3volCommand (i)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.h236 int mp3volCommand(const pstring& cmd);
H A DPonscripterLabel.cpp123 dict["bgmvol"] = &PonscripterLabel::mp3volCommand; in sfunc_lut_t()
263 dict["mp3vol"] = &PonscripterLabel::mp3volCommand; in sfunc_lut_t()
H A DPonscripterLabel_command.cpp1588 int PonscripterLabel::mp3volCommand(const pstring& cmd) in mp3volCommand() function in PonscripterLabel