|
OpenTTD Source 20260621-master-g720d10536d
|
Settings related to scripts. More...
#include <settings_type.h>
Data Fields | |
| uint32_t | script_max_opcode_till_suspend |
| max opcode calls till scripts will suspend | |
| uint32_t | script_max_memory_megabytes |
| limit on memory a single script instance may have allocated | |
Settings related to scripts.
Definition at line 520 of file settings_type.h.
| uint32_t ScriptSettings::script_max_memory_megabytes |
limit on memory a single script instance may have allocated
Definition at line 522 of file settings_type.h.
| uint32_t ScriptSettings::script_max_opcode_till_suspend |
max opcode calls till scripts will suspend
Definition at line 521 of file settings_type.h.