|
OpenTTD Source
14.0-beta3
|
To return a value to squirrel, we use this helper class. More...
#include <squirrel_helper.hpp>
To return a value to squirrel, we use this helper class.
It converts to the right format. We use a class instead of a plain function to allow us to use partial template specializations.
Definition at line 30 of file squirrel_helper.hpp.