|
OpenTTD Source 15.0-RC2
|
The real C++ caller for functions. More...
#include <squirrel_helper.hpp>
Static Public Member Functions | |
| static int | SQCall (void *instance, Tretval(*func)(Targs...), HSQUIRRELVM vm) |
Static Private Member Functions | |
| template<size_t... i> | |
| static int | SQCall (void *, Tretval(*func)(Targs...), HSQUIRRELVM vm, std::index_sequence< i... >) |
The real C++ caller for functions.
Definition at line 156 of file squirrel_helper.hpp.
|
inlinestaticprivate |
Definition at line 164 of file squirrel_helper.hpp.
|
inlinestatic |
Definition at line 157 of file squirrel_helper.hpp.