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

Effect data. More...

#include <sc2_data.h>

Public Member Functions

void ReadFromProto (const SC2APIProtocol::EffectData &effect_data)
 
std::string Log () const
 

Public Attributes

uint32_t effect_id
 Stable ID. This ID will not change between patches.
 
std::string name
 Effect name, corresponds to the game's catalog.
 
std::string friendly_name
 A more recognizable name of the effect.
 
float radius
 Size of the circle the effect impacts.
 

Detailed Description

Effect data.


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