OpenTTD Source 20241224-master-gf74b0cf984
|
Files | |
script_cmd.h | |
Command definitions related to scripts. | |
script_config.cpp | |
Implementation of ScriptConfig. | |
script_config.hpp | |
ScriptConfig stores the configuration settings of every Script. | |
script_fatalerror.hpp | |
The definition of Script_FatalError. | |
script_gui.cpp | |
Window for configuring the Scripts | |
script_gui.h | |
script_info.cpp | |
Implementation of ScriptInfo. | |
script_info.hpp | |
ScriptInfo keeps track of all information of a script, like Author, Description, ... | |
script_info_dummy.cpp | |
Implementation of a dummy Script. | |
script_instance.cpp | |
Implementation of ScriptInstance. | |
script_instance.hpp | |
The ScriptInstance tracks a script. | |
script_scanner.cpp | |
Allows scanning for scripts. | |
script_scanner.hpp | |
Declarations of the class for the script scanner. | |
script_storage.hpp | |
Defines ScriptStorage and includes all files required for it. | |
script_suspend.hpp | |
The Script_Suspend tracks the suspension of a script. | |
squirrel.cpp | |
the implementation of the Squirrel class. | |
squirrel.hpp | |
defines the Squirrel class | |
squirrel_class.hpp | |
Defines templates for converting C++ classes to Squirrel classes. | |
squirrel_helper.hpp | |
declarations and parts of the implementation of the class for convert code | |
squirrel_helper_type.hpp | |
Helper structs for converting Squirrel data structures to C++. | |
squirrel_std.cpp | |
Implements the Squirrel Standard Function class. | |
squirrel_std.hpp | |
defines the Squirrel Standard Function class | |