Home
last modified time | relevance | path

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

/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp104 {"savescreenshot2", &ONScripter::savescreenshotCommand},
105 {"savescreenshot", &ONScripter::savescreenshotCommand},
H A DONScripter.h162 int savescreenshotCommand();
H A DONScripter_command.cpp983 int ONScripter::savescreenshotCommand() in savescreenshotCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp104 {"savescreenshot2", &ONScripter::savescreenshotCommand},
105 {"savescreenshot", &ONScripter::savescreenshotCommand},
H A DONScripter.h162 int savescreenshotCommand();
H A DONScripter_command.cpp983 int ONScripter::savescreenshotCommand() in savescreenshotCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes294 savescreenshot savescreenshotCommand (s)
295 savescreenshot2 savescreenshotCommand (s)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.h217 int savescreenshotCommand(const pstring& cmd);
H A DPonscripterLabel.cpp304 dict["savescreenshot"] = &PonscripterLabel::savescreenshotCommand; in sfunc_lut_t()
305 dict["savescreenshot2"] = &PonscripterLabel::savescreenshotCommand; in sfunc_lut_t()
H A DPonscripterLabel_command.cpp1078 int PonscripterLabel::savescreenshotCommand(const pstring& cmd) in savescreenshotCommand() function in PonscripterLabel