MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / PowerSource

Method PowerSource

include/sc2api/sc2_data.h:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247//! Power source information for Protoss.
248struct PowerSource {
249 PowerSource(const Point2D in_position, float in_radius, Tag in_tag) :
250 position(in_position),
251 radius(in_radius),
252 tag(in_tag) {};
253
254 //! Power source position.
255 Point2D position;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected