![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
The model of a map block. More...
#include <doc.h>
Public Types | |
| enum | EWayPointType { Start , Finish , Checkpoint , None , StartFinish , Dispenser } |
Public Attributes | |
| Text const | Name |
| Boolean const | IsRoad |
| Boolean const | IsTerrain |
| Boolean const | IsPodium |
| CBlockModel::EWayPointType const | WaypointType |
| Boolean const | NoRespawn |
| Boolean const | IsClip |
| CBlockModelVariantGround *const | VariantGround |
| CBlockModelVariantAir *const | VariantAir |
Public Attributes inherited from CCollector | |
| Text const | Name |
| Text | PageName |
| Integer | InterfaceNumber |
| CImage *const | Icon |
| Text const | SkinDirectory |
Public Attributes inherited from CNod | |
| Ident const | Id |
The model of a map block.
| Boolean const CBlockModel::IsClip |
| Boolean const CBlockModel::IsPodium |
| Boolean const CBlockModel::IsRoad |
| Boolean const CBlockModel::IsTerrain |
| Text const CBlockModel::Name |
| Boolean const CBlockModel::NoRespawn |
| CBlockModelVariantAir* const CBlockModel::VariantAir |
| CBlockModelVariantGround* const CBlockModel::VariantGround |
| CBlockModel::EWayPointType const CBlockModel::WaypointType |