![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CBlock. More...
#include <2025_07_14.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.
Definition at line 16471 of file 2025_07_14.h.
| Boolean CBlock::IsGhostBlock | ( | ) |
| Void CBlock::UseCustomAnchor | ( | ) |
| Void CBlock::UseDefaultAnchor | ( | ) |
| CBlockModel* const CBlock::BlockModel |
Definition at line 16513 of file 2025_07_14.h.
| Array<CBlockUnit* const > CBlock::BlockUnits |
Definition at line 16509 of file 2025_07_14.h.
| Boolean const CBlock::CanHaveAnchor |
Definition at line 16485 of file 2025_07_14.h.
| Int3 const CBlock::Coord |
Definition at line 16497 of file 2025_07_14.h.
| CMapEditorPlugin::CardinalDirections const CBlock::Dir |
Definition at line 16501 of file 2025_07_14.h.
| CBlock::CardinalDirections const CBlock::Direction |
Definition at line 16505 of file 2025_07_14.h.