Module rust_sc2::game_data[][src]

Expand description

Information about units, ablities, upgrades, buffs and effects provided by API stored here.

Structs

AbilityData

Information about specific ability.

BuffData

Information about specific buff.

Cost

Cost of an item (UnitTypeId or UpgradeId) in resources, supply and time.

EffectData

Information about specific effect.

GameData

All the data about different ids stored here. Can be accessed through game_data field.

UnitTypeData

Information about specific unit type.

UpgradeData

Information about specific upgrade.

Weapon

Weapon’s characteristic.

Enums

AbilityTarget

Possible target of ability, needed when giving commands to units.

Attribute

Differents attributes of units.

TargetType

Possible target of unit’s weapon.