Codechange: Unify naming of squirrel built-in types in Script API docs

This commit is contained in:
frosch
2024-03-24 19:02:16 +01:00
committed by Peter Nelson
parent e436e2ef40
commit dfa2622153
6 changed files with 21 additions and 11 deletions

View File

@@ -252,5 +252,5 @@ public:
* @note This is a function provided by OpenTTD, you don't have to
* include it in your Script but should just call it from GetSettings.
*/
void AddLabels(const char *setting_name, table value_names);
void AddLabels(string setting_name, table value_names);
};