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

Generic. More...

#include <Footprint.h>

Collaboration diagram for CFootprint:
Collaboration graph
[legend]

Public Attributes

CFlagArray< e_footprintFlagCountFlags
 Flags. More...
 
std::vector< SFootprintLayerLayers
 Layers. More...
 
SFootprintShape Shape
 Shape. More...
 
TEditorCategories EditorCategories
 Footprint Group. More...
 

Detailed Description

Generic.

Remarks
Unknown

Member Data Documentation

◆ EditorCategories

TEditorCategories CFootprint::EditorCategories

Footprint Group.

Editor Categories are used for filtering and organization within the StarCraft II Editor.

◆ Flags

CFlagArray<e_footprintFlagCount> CFootprint::Flags

Flags.

Remarks
indexEnum: EFootprintFlag

◆ Layers

std::vector<SFootprintLayer> CFootprint::Layers

Layers.

Footprints have 3 layers: Pathing (affects unit pathing), Placement Apply (determines what placement flags are applied to cells), and Placement Check (determines placement flag requirements for cells when a unit with this footprint is being placed)

Remarks
indexEnum: EFootprintLayer

◆ Shape

SFootprintShape CFootprint::Shape

Shape.

The shape of a footprint.


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