SC2API
An API for AI for StarCraft II
Public Member Functions | Public Attributes | List of all members
sc2::Effect Struct Reference

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< Point2Dpositions
 

Detailed Description

The visuals of a persistent ability on the map. (eg. Psistorm)

Member Data Documentation

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.


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