|
OpenTTD Source
1.10.0-RC1
|
defines the Squirrel class More...
#include <squirrel.h>Go to the source code of this file.
Data Structures | |
| class | Squirrel |
| class | ScriptAllocatorScope |
Enumerations | |
| enum | ScriptType { ST_AI, ST_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.
| enum ScriptType |
The type of script we're working with, i.e.
for who is it?
| Enumerator | |
|---|---|
| ST_AI | The script is for AI scripts. |
| ST_GS | The script is for Game scripts. |
Definition at line 16 of file squirrel.hpp.