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

Inventory. More...

#include <Abil.h>

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

Public Attributes

std::vector< SAbilCmdButtonCmdButtonArray
 Commands. More...
 
CFlags Flags
 Flags. More...
 
CTargetFilters TargetFilters
 Target Filters. More...
 
std::vector< CValidatorLinkValidatorArray
 Validators. More...
 
CFixed Range
 Range. More...
 
CFixed MaxDropRange
 Maximum Drop Range. More...
 
std::vector< SAbilInventoryInfoInfoArray
 Info. More...
 
uint32 SmartPriority
 Smart Priority. More...
 

Detailed Description

Inventory.

Remarks
Unknown

Member Data Documentation

◆ CmdButtonArray

std::vector<SAbilCmdButton> CAbilInventory::CmdButtonArray

Commands.

Command button values for the ability

Remarks
indexEnum: EAbilInventoryCmd

◆ Flags

CFlags CAbilInventory::Flags

Flags.

Flags for the ability.

Remarks
indexEnum: EAbilInventoryFlag

◆ InfoArray

std::vector<SAbilInventoryInfo> CAbilInventory::InfoArray

Info.

◆ MaxDropRange

CFixed CAbilInventory::MaxDropRange

Maximum Drop Range.

Remarks
minValue: 0
maxValue: 0

◆ Range

CFixed CAbilInventory::Range

Range.

Remarks
minValue: 0
maxValue: 0

◆ SmartPriority

uint32 CAbilInventory::SmartPriority

Smart Priority.

Determines how important this ability is versus other abilities with a smart priority when deciding which ability should handle a smart command (usually bound to right click).

◆ TargetFilters

CTargetFilters CAbilInventory::TargetFilters

Target Filters.

◆ ValidatorArray

std::vector<CValidatorLink> CAbilInventory::ValidatorArray

Validators.


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