|
OpenTTD Source
13.2.1
|
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 *instance, Tretval(*func)(Targs...), [[maybe_unused]] HSQUIRRELVM vm, std::index_sequence< i... >) |
The real C++ caller for functions.
Definition at line 138 of file squirrel_helper.hpp.