|
OpenTTD Source 20251117-master-g7398d2e290
|
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.