![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CMapLandmark. More...
#include <2025_07_14.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 |
Documentation for class CMapLandmark.
Supported declare modes :
Definition at line 17280 of file 2025_07_14.h.
| CMapBotPath* const CMapLandmark::BotPath |
Definition at line 17313 of file 2025_07_14.h.
| CMapBotSpawn* const CMapLandmark::BotSpawn |
Definition at line 17317 of file 2025_07_14.h.
| Ident const CMapLandmark::MarkerId |
Use this instead of Id when filling CUIConfig.MarkersXML
Definition at line 17285 of file 2025_07_14.h.
| CMapObjectAnchor* const CMapLandmark::ObjectAnchor |
Definition at line 17321 of file 2025_07_14.h.
| Integer const CMapLandmark::Order |
Definition at line 17293 of file 2025_07_14.h.
| CMapSpawn* const CMapLandmark::PlayerSpawn |
Definition at line 17309 of file 2025_07_14.h.
| Vec3 const CMapLandmark::Position |
Definition at line 17297 of file 2025_07_14.h.
| CMapSector* const CMapLandmark::Sector |
Definition at line 17301 of file 2025_07_14.h.
| Text const CMapLandmark::Tag |
Definition at line 17289 of file 2025_07_14.h.
| CMapWaypoint* const CMapLandmark::Waypoint |
Definition at line 17305 of file 2025_07_14.h.