OpenTTD Source 20250312-master-gcdcc6b491d
|
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 167 of file squirrel.cpp.