|
OpenTTD Source 20260211-master-g04436b7401
|
Helper class to recognize the function type (retval type, args) and use the proper specialization for SQ callback. More...
Helper class to recognize the function type (retval type, args) and use the proper specialization for SQ callback.
The partial specializations for the second arg (Tis_void_retval) are not possible on the function. Therefore the class is used instead.
Definition at line 155 of file squirrel_helper.hpp.