![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Script API to create Packs (can be Titlepacks or plain ManiaCredited data), and generate new builds of these packs. More...
#include <2025_07_14.h>
Public Member Functions | |
| Void | RegisterPackForEditedTitle () |
| Ident | Build_Begin (CPackCreatorPack Pack, CPackCreatorTitleInfo TitleInfo) |
| Void | Build_AddFile (Ident BuildId, Text FileName) |
| Void | Build_AddFolder (Ident BuildId, Text FolderName) |
| Void | Build_AddFile (Ident BuildId, Text FileName, Boolean IsPublic, Boolean IsInternal, Boolean NoAutomaticDeps) |
| Void | Build_AddFolder (Ident BuildId, Text FolderName, Boolean IsPublic, Boolean IsInternal, Boolean NoRecursion, Boolean NoAutomaticDeps) |
| Void | Build_Generate (Ident BuildId, Boolean Upload) |
| Boolean | Build_IsGenerated (Ident BuildId) |
| Text | Build_ErrorMessage (Ident BuildId) |
| Void | Build_End (Ident BuildId) |
Public Attributes | |
| Boolean const | RegisterPack_IsInProgess |
| CPackCreatorPack *const | CurrentPack |
Public Attributes inherited from CNod | |
| Ident const | Id |
Script API to create Packs (can be Titlepacks or plain ManiaCredited data), and generate new builds of these packs.
Definition at line 20598 of file 2025_07_14.h.
| Void CPackCreator::Build_AddFile | ( | Ident | BuildId, |
| Text | FileName, | ||
| Boolean | IsPublic, | ||
| Boolean | IsInternal, | ||
| Boolean | NoAutomaticDeps | ||
| ) |
| Void CPackCreator::Build_AddFolder | ( | Ident | BuildId, |
| Text | FolderName, | ||
| Boolean | IsPublic, | ||
| Boolean | IsInternal, | ||
| Boolean | NoRecursion, | ||
| Boolean | NoAutomaticDeps | ||
| ) |
| Ident CPackCreator::Build_Begin | ( | CPackCreatorPack | Pack, |
| CPackCreatorTitleInfo | TitleInfo | ||
| ) |
Start a new build for a pack, optionnaly a titlepack.
| Void CPackCreator::RegisterPackForEditedTitle | ( | ) |
Register (or retreive) a package for the currently edited title.
| CPackCreatorPack* const CPackCreator::CurrentPack |
Definition at line 20611 of file 2025_07_14.h.
| Boolean const CPackCreator::RegisterPack_IsInProgess |
Definition at line 20607 of file 2025_07_14.h.