-
Notifications
You must be signed in to change notification settings - Fork 0
API: Lua: VM: Pusher
Аниса edited this page Oct 4, 2022
·
4 revisions
void result = vm -> pushBool(bool value);
void result = vm -> pushString(std::string& value);
void result = vm -> pushNumber(int value);
void result = vm -> pushNumber(float value);
void result = vm -> pushNumber(double value);
void result = vm -> pushFunction(vital_exec& exec);