|
OpenTTD Source 20251117-master-g7398d2e290
|
defines the Squirrel class More...
Go to the source code of this file.
Data Structures | |
| class | Squirrel |
| class | ScriptAllocatorScope |
Enumerations | |
| enum class | ScriptType : uint8_t { AI , GS } |
| The type of script we're working with, i.e. More... | |
Variables | |
| ScriptAllocator * | _squirrel_allocator |
defines the Squirrel class
Definition in file squirrel.hpp.
|
strong |
The type of script we're working with, i.e.
for who is it?
| Enumerator | |
|---|---|
| AI | The script is for AI scripts. |
| GS | The script is for Game scripts. |
Definition at line 17 of file squirrel.hpp.
|
extern |
Definition at line 169 of file squirrel.cpp.