SC2API
An API for AI for StarCraft II
|
The visuals of a persistent ability on the map. (eg. Psistorm) More...
#include <sc2_data.h>
Public Member Functions | |
void | ReadFromProto (const SC2APIProtocol::Effect &effect) |
Public Attributes | |
uint32_t | effect_id |
Type of the effect. | |
std::vector< Point2D > | positions |
The visuals of a persistent ability on the map. (eg. Psistorm)
std::vector<Point2D> sc2::Effect::positions |
All the positions that this effect is impacting on the map. eg. The Lurker's attack impacts multiple positions in a line.