![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CMapLandmark. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CMapLandmark.
Supported declare modes :
Definition at line 17252 of file 2024_10_30.h.
CMapBotPath* const CMapLandmark::BotPath |
Definition at line 17285 of file 2024_10_30.h.
CMapBotSpawn* const CMapLandmark::BotSpawn |
Definition at line 17289 of file 2024_10_30.h.
Ident const CMapLandmark::MarkerId |
Use this instead of Id when filling CUIConfig.MarkersXML
Definition at line 17257 of file 2024_10_30.h.
CMapObjectAnchor* const CMapLandmark::ObjectAnchor |
Definition at line 17293 of file 2024_10_30.h.
Integer const CMapLandmark::Order |
Definition at line 17265 of file 2024_10_30.h.
CMapSpawn* const CMapLandmark::PlayerSpawn |
Definition at line 17281 of file 2024_10_30.h.
Vec3 const CMapLandmark::Position |
Definition at line 17269 of file 2024_10_30.h.
CMapSector* const CMapLandmark::Sector |
Definition at line 17273 of file 2024_10_30.h.
Text const CMapLandmark::Tag |
Definition at line 17261 of file 2024_10_30.h.
CMapWaypoint* const CMapLandmark::Waypoint |
Definition at line 17277 of file 2024_10_30.h.