![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Represents a match-settings file. More...
#include <doc.h>
Public Member Functions | |
| Boolean | ScriptModeName_Check (Text ScriptModeName) |
| Void | ScriptModeName_Set (Text ScriptModeName) |
| Void | ScriptSettings_SetToDefault () |
| Boolean | Playlist_FileExists (Text File) |
| Boolean | Playlist_FileMatchesMode (Text File) |
| Void | Playlist_Add (Text File) |
| Void | Playlist_Remove (Integer Index) |
| Void | Playlist_SwapUp (Integer Index) |
| Void | Playlist_SwapDown (Integer Index) |
Public Attributes | |
| Text const | Name |
| Text const | FileName |
| Text | ScriptModeName |
| Array< CMatchSettingsPlaylistItem *const > | Playlist |
Public Attributes inherited from CNod | |
| Ident const | Id |
Represents a match-settings file.
| Void CMatchSettings::ScriptSettings_SetToDefault | ( | ) |
| Text const CMatchSettings::FileName |
| Text const CMatchSettings::Name |
Name of the file
| Array<CMatchSettingsPlaylistItem* const > CMatchSettings::Playlist |
| Text CMatchSettings::ScriptModeName |