![]() |
ManiaScript Trackmania 2020
30/10/2024
|
Documentation for class CBlock. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
Documentation for class CBlock.
Definition at line 16443 of file 2024_10_30.h.
Boolean CBlock::IsGhostBlock | ( | ) |
Void CBlock::UseCustomAnchor | ( | ) |
Void CBlock::UseDefaultAnchor | ( | ) |
CBlockModel* const CBlock::BlockModel |
Definition at line 16485 of file 2024_10_30.h.
Array<CBlockUnit* const > CBlock::BlockUnits |
Definition at line 16481 of file 2024_10_30.h.
Boolean const CBlock::CanHaveAnchor |
Definition at line 16457 of file 2024_10_30.h.
Int3 const CBlock::Coord |
Definition at line 16469 of file 2024_10_30.h.
CMapEditorPlugin::CardinalDirections const CBlock::Dir |
Definition at line 16473 of file 2024_10_30.h.
CBlock::CardinalDirections const CBlock::Direction |
Definition at line 16477 of file 2024_10_30.h.