|
OpenTTD Source
14.0-beta1
|
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...), [[maybe_unused]] HSQUIRRELVM vm, std::index_sequence< i... >) |
The real C++ caller for functions.
Definition at line 127 of file squirrel_helper.hpp.