![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Allows handling of match-settings files. More...
#include <2025_07_14.h>
Public Attributes | |
| Boolean const | MatchSettings_EditScriptSettings_Ongoing |
| Array< CMatchSettings *const > | MatchSettings |
| Array< CMatchSettings *const > | MatchSettings_File |
| Array< CMatchSettings *const > | MatchSettings_Temp |
Public Attributes inherited from CNod | |
| Ident const | Id |
Allows handling of match-settings files.
Definition at line 16222 of file 2025_07_14.h.
| CMatchSettings CMatchSettingsManager::MatchSettings_CreateFile | ( | Text | FilePath | ) |
Create a new matchsettings file.
| CMatchSettings CMatchSettingsManager::MatchSettings_CreateTemp | ( | ) |
Create a new temporary matchsettings. Those will be lost when the game is closed.
| Void CMatchSettingsManager::MatchSettings_EditScriptSettings | ( | CMatchSettings | MatchSettings | ) |
| CMatchSettings CMatchSettingsManager::MatchSettings_FindFile | ( | Text | FilePath | ) |
| Void CMatchSettingsManager::MatchSettings_RefreshFiles | ( | ) |
Clear all matchsettings files and reload them from disk. Be aware that any non-saved changes will be lost. Temporary matchsettings are not changed.
| Void CMatchSettingsManager::MatchSettings_ReloadFromFile | ( | CMatchSettings | MatchSettings | ) |
| Void CMatchSettingsManager::MatchSettings_Remove | ( | CMatchSettings | MatchSettings | ) |
Remove a matchsetting file (or only the matchsetting for temp ones).
| Void CMatchSettingsManager::MatchSettings_Save | ( | CMatchSettings | MatchSettings | ) |
Save a matchsettings file.
| CMatchSettings CMatchSettingsManager::MatchSettings_SaveAs | ( | Text | FilePath, |
| CMatchSettings | MatchSettings | ||
| ) |
Save a matchsettings to a new file.
| Array<CMatchSettings* const > CMatchSettingsManager::MatchSettings |
Array of the matchsettings
Definition at line 16267 of file 2025_07_14.h.
| Boolean const CMatchSettingsManager::MatchSettings_EditScriptSettings_Ongoing |
Definition at line 16259 of file 2025_07_14.h.
| Array<CMatchSettings* const > CMatchSettingsManager::MatchSettings_File |
Definition at line 16271 of file 2025_07_14.h.
| Array<CMatchSettings* const > CMatchSettingsManager::MatchSettings_Temp |
Definition at line 16275 of file 2025_07_14.h.