![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CMapLandmark. More...
#include <doc.h>
Public Attributes | |
| Ident const | MarkerId |
| Text const | Tag |
| Integer const | Order |
| Vec3 const | Position |
| CMapSector *const | Sector |
| CMapWaypoint *const | Waypoint |
| CMapSpawn *const | PlayerSpawn |
| CMapBotPath *const | BotPath |
| CMapBotSpawn *const | BotSpawn |
| CMapObjectAnchor *const | ObjectAnchor |
Public Attributes inherited from CNod | |
| Ident const | Id |
| CMapBotPath* const CMapLandmark::BotPath |
| CMapBotSpawn* const CMapLandmark::BotSpawn |
| Ident const CMapLandmark::MarkerId |
Use this instead of Id when filling CUIConfig.MarkersXML
| CMapObjectAnchor* const CMapLandmark::ObjectAnchor |
| Integer const CMapLandmark::Order |
| CMapSpawn* const CMapLandmark::PlayerSpawn |
| Vec3 const CMapLandmark::Position |
| CMapSector* const CMapLandmark::Sector |
| Text const CMapLandmark::Tag |
| CMapWaypoint* const CMapLandmark::Waypoint |