![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CBlock. More...
#include <doc.h>
Public Types | |
| enum | CardinalDirections { North , East , South , West } |
Public Member Functions | |
| Void | UseDefaultAnchor () |
| Void | UseCustomAnchor () |
| Boolean | IsGhostBlock () |
Public Attributes | |
| Boolean const | CanHaveAnchor |
| Int3 const | Coord |
| CMapEditorPlugin::CardinalDirections const | Dir |
| CBlock::CardinalDirections const | Direction |
| Array< CBlockUnit *const > | BlockUnits |
| CBlockModel *const | BlockModel |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CBlock.
| Boolean CBlock::IsGhostBlock | ( | ) |
| Void CBlock::UseCustomAnchor | ( | ) |
| Void CBlock::UseDefaultAnchor | ( | ) |
| CBlockModel* const CBlock::BlockModel |
| Array<CBlockUnit* const > CBlock::BlockUnits |
| Boolean const CBlock::CanHaveAnchor |
| Int3 const CBlock::Coord |
| CMapEditorPlugin::CardinalDirections const CBlock::Dir |
| CBlock::CardinalDirections const CBlock::Direction |