OpenTTD Source 20250523-master-g321f7e8683
|
Implementation of ScriptConfig. More...
#include "../stdafx.h"
#include "../settings_type.h"
#include "../core/random_func.hpp"
#include "script_info.hpp"
#include "api/script_object.hpp"
#include "../textfile_gui.h"
#include "../string_func.h"
#include <charconv>
#include "table/strings.h"
#include "../safeguards.h"
Go to the source code of this file.
Functions | |
static std::pair< StringParameter, StringParameter > | GetValueParams (const ScriptConfigItem &config_item, int value) |
Implementation of ScriptConfig.
Definition in file script_config.cpp.
|
static |
Definition at line 196 of file script_config.cpp.