Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CMapEditorInventory. More...
#include <doc.h>
Public Member Functions | |
Void | EnterDirectory () |
Void | LeaveDirectory () |
Void | SelectArticle (CMapEditorInventoryArticle NodeArticle) |
Void | OpenDirectory (CMapEditorInventoryDirectory NodeDirectory) |
Void | SelectNode (CMapEditorInventoryNode Node) |
Void | OpenBrotherDirectory (Boolean NextOrElsePrevious) |
Void | SelectBrotherArticle (Boolean NextOrElsePrevious) |
Void | SelectBrotherNode (Boolean NextOrElsePrevious) |
CMapEditorInventoryDirectory | GetDirectoryAfter (CMapEditorInventoryNode Node) |
CMapEditorInventoryDirectory | GetDirectoryBefore (CMapEditorInventoryNode Node) |
CMapEditorInventoryArticle | GetArticleAfter (CMapEditorInventoryNode Node) |
CMapEditorInventoryArticle | GetArticleBefore (CMapEditorInventoryNode Node) |
Public Attributes | |
CMapEditorInventoryDirectory *const | CurrentRootNode |
CMapEditorInventoryDirectory *const | CurrentDirectory |
CMapEditorInventoryNode *const | CurrentSelectedNode |
Array< CMapEditorInventoryNode * > | RootNodes |
Public Attributes inherited from CNod | |
Ident const | Id |
Documentation for class CMapEditorInventory.