OpenTTD Source 20260208-master-g43af8e94d0
squirrel_helper_type.hpp File Reference

Helper structs for converting Squirrel data structures to C++. More...

#include "script_object.hpp"

Go to the source code of this file.

Typedefs

template<typename Titem = int32_t>
using Array = std::vector<Titem, ScriptStdAllocator<Titem>>
 Definition of a simple array.

Detailed Description

Helper structs for converting Squirrel data structures to C++.

Definition in file squirrel_helper_type.hpp.

Typedef Documentation

◆ Array

template<typename Titem = int32_t>
using Array = std::vector<Titem, ScriptStdAllocator<Titem>>

Definition of a simple array.

Definition at line 17 of file squirrel_helper_type.hpp.