Home
last modified time | relevance | path

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

/dports/games/onscripter/onscripter-20200722/
H A DONScripter_lut.cpp82 {"spbtn", &ONScripter::spbtnCommand},
297 {"existspbtn", &ONScripter::spbtnCommand},
350 {"cellcheckspbtn", &ONScripter::spbtnCommand},
H A DONScripter.h146 int spbtnCommand();
H A DONScripter_command.cpp593 int ONScripter::spbtnCommand() in spbtnCommand() function in ONScripter
/dports/games/onscripter-1byte/onscripter-20200722/
H A DONScripter_lut.cpp82 {"spbtn", &ONScripter::spbtnCommand},
297 {"existspbtn", &ONScripter::spbtnCommand},
350 {"cellcheckspbtn", &ONScripter::spbtnCommand},
H A DONScripter.h146 int spbtnCommand();
H A DONScripter_command.cpp593 int ONScripter::spbtnCommand() in spbtnCommand() function in ONScripter
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/doc/
H A Dprototypes78 cellcheckspbtn spbtnCommand (i2) (x:i3)
131 existspbtn spbtnCommand (i2) (x:i3) # TODO: what is this?
312 spbtn spbtnCommand (i2) (x:i3)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DPonscripterLabel.cpp139 dict["cellcheckspbtn"] = &PonscripterLabel::spbtnCommand; in sfunc_lut_t()
172 dict["existspbtn"] = &PonscripterLabel::spbtnCommand; in sfunc_lut_t()
320 dict["spbtn"] = &PonscripterLabel::spbtnCommand; in sfunc_lut_t()
H A DPonscripterLabel.h202 int spbtnCommand(const pstring& cmd);
H A DPonscripterLabel_command.cpp583 int PonscripterLabel::spbtnCommand(const pstring& cmd) in spbtnCommand() function in PonscripterLabel