OpenTTD Source  20240919-master-gdf0233f4c2
SQConvert::Param< T > Struct Template Reference

To get a param from squirrel, we use this helper class. More...

#include <squirrel_helper.hpp>

Detailed Description

template<typename T>
struct SQConvert::Param< T >

To get a param from 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 63 of file squirrel_helper.hpp.


The documentation for this struct was generated from the following file: