16 virtual void bind()
override;
18 bool apiValid(apikey key);
19 int apiShowMessage(
const std::string&
string);
20 int apiPlayVoice(
const std::string& soundFile);
22 int apiSetEventActive(apikey eventPoll,
bool active);
24 apikey apiCreateSingleShotTimer(
const std::string& callback,
float delta);
25 apikey apiCreateLoopingTimer(
const std::string& callback,
float delta);
Definition: gameplayscript.h:17
Definition: commonbindings.h:10
Definition: bindings.h:13