![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Allows handling of match-settings files. More...
#include <2024_10_30.h>
Public Attributes | |
Boolean const | MatchSettings_EditScriptSettings_Ongoing |
Array< CMatchSettings *const > | MatchSettings |
Array< CMatchSettings *const > | MatchSettings_File |
Array< CMatchSettings *const > | MatchSettings_Temp |
![]() | |
Ident const | Id |
Allows handling of match-settings files.
Definition at line 16194 of file 2024_10_30.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 16239 of file 2024_10_30.h.
Boolean const CMatchSettingsManager::MatchSettings_EditScriptSettings_Ongoing |
Definition at line 16231 of file 2024_10_30.h.
Array<CMatchSettings* const > CMatchSettingsManager::MatchSettings_File |
Definition at line 16243 of file 2024_10_30.h.
Array<CMatchSettings* const > CMatchSettingsManager::MatchSettings_Temp |
Definition at line 16247 of file 2024_10_30.h.