ManiaScript Trackmania 2020  30/10/2024
All Classes Namespaces Files Functions Variables Enumerations Enumerator
CBlock Class Reference

Documentation for class CBlock. More...

#include <2024_10_30.h>

Inheritance diagram for CBlock:
CNod

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
 

Detailed Description

Documentation for class CBlock.

Definition at line 16443 of file 2024_10_30.h.

Member Enumeration Documentation

◆ CardinalDirections

Enumerator
North 
East 
South 
West 

Definition at line 16448 of file 2024_10_30.h.

16448  {
16449  North,
16450  East,
16451  South,
16452  West,
16453  };

Member Function Documentation

◆ IsGhostBlock()

Boolean CBlock::IsGhostBlock ( )

◆ UseCustomAnchor()

Void CBlock::UseCustomAnchor ( )

◆ UseDefaultAnchor()

Void CBlock::UseDefaultAnchor ( )

Member Data Documentation

◆ BlockModel

CBlockModel* const CBlock::BlockModel

Definition at line 16485 of file 2024_10_30.h.

◆ BlockUnits

Array<CBlockUnit* const > CBlock::BlockUnits

Definition at line 16481 of file 2024_10_30.h.

◆ CanHaveAnchor

Boolean const CBlock::CanHaveAnchor

Definition at line 16457 of file 2024_10_30.h.

◆ Coord

Int3 const CBlock::Coord

Definition at line 16469 of file 2024_10_30.h.

◆ Dir

Definition at line 16473 of file 2024_10_30.h.

◆ Direction

CBlock::CardinalDirections const CBlock::Direction

Definition at line 16477 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CBlock::North
@ North
Definition: 2024_10_30.h:16449
CBlock::West
@ West
Definition: 2024_10_30.h:16452
CBlock::South
@ South
Definition: 2024_10_30.h:16451
CBlock::East
@ East
Definition: 2024_10_30.h:16450