sc2-gamedata
Public Attributes | List of all members
CCliffDoodad Class Reference

Cliff Doodad. More...

#include <TerrainObject.h>

Inheritance diagram for CCliffDoodad:
Inheritance graph
[legend]
Collaboration diagram for CCliffDoodad:
Collaboration graph
[legend]

Public Attributes

CCliffLink CliffSet
 Cliff Set. More...
 
uint32 NumCellsDown
 Number of Cells Down. More...
 
uint32 NumCellsAcross
 Number of Cells Across. More...
 
std::vector< CStringHeightCodes
 Height Codes. More...
 

Detailed Description

Cliff Doodad.

Remarks
Unknown

Member Data Documentation

◆ CliffSet

CCliffLink CCliffDoodad::CliffSet

Cliff Set.

The cliff set that the cliff object uses

◆ HeightCodes

std::vector<CString> CCliffDoodad::HeightCodes

Height Codes.

The height map that determines the mounting location of the cliff objects

◆ NumCellsAcross

uint32 CCliffDoodad::NumCellsAcross

Number of Cells Across.

The horizontal length of the height map

◆ NumCellsDown

uint32 CCliffDoodad::NumCellsDown

Number of Cells Down.

The vertical length of the height map


The documentation for this class was generated from the following file: