|
OpenTTD Source 20260110-master-g14e0917ae4
|
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 171 of file squirrel.cpp.