|
OpenTTD Source 20251213-master-g1091fa6071
|
Implementation of ScriptConfig. More...
#include "../stdafx.h"#include "../settings_type.h"#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 195 of file script_config.cpp.