OpenTTD Source
20241111-master-gce64d5f5d9
|
By default we want to give a set of standard commands to a SQ script. More...
#include <squirrel_std.hpp>
Static Public Member Functions | |
static SQInteger | min (HSQUIRRELVM vm) |
Get the lowest of two integers. | |
static SQInteger | max (HSQUIRRELVM vm) |
Get the highest of two integers. | |
static SQInteger | require (HSQUIRRELVM vm) |
Load another file on runtime. More... | |
static SQInteger | notifyallexceptions (HSQUIRRELVM vm) |
Enable/disable stack trace showing for handled exceptions. | |
By default we want to give a set of standard commands to a SQ script.
Most of them are easy wrappers around internal functions. Of course we could just as easy include things like the stdmath of SQ, but of those functions we are sure they work on all our supported targets.
Definition at line 26 of file squirrel_std.hpp.
|
static |
Load another file on runtime.
Definition at line 41 of file squirrel_std.cpp.
References Debug.
Referenced by squirrel_register_global_std().