Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Allows handling of match-settings files. More...
#include <doc.h>
Public Member Functions | |
Void | MatchSettings_RefreshFiles () |
CMatchSettings | MatchSettings_FindFile (Text FilePath) |
CMatchSettings | MatchSettings_CreateFile (Text FilePath) |
CMatchSettings | MatchSettings_CreateTemp () |
Void | MatchSettings_Save (CMatchSettings MatchSettings) |
Void | MatchSettings_ReloadFromFile (CMatchSettings MatchSettings) |
CMatchSettings | MatchSettings_SaveAs (Text FilePath, CMatchSettings MatchSettings) |
Void | MatchSettings_EditScriptSettings (CMatchSettings MatchSettings) |
Void | MatchSettings_Remove (CMatchSettings MatchSettings) |
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.
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_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_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