Struct sc2::observer::ObserverClient[][src]

pub struct ObserverClient { /* fields omitted */ }

An interface used to observer the game state.

Methods

impl ObserverClient
[src]

Observe the current game state.

Get information about the current map.

Get data about each unit type.

Get data about each ability.

Get data about each upgrade.

Get data about each buff.

Trait Implementations

impl Debug for ObserverClient
[src]

Formats the value using the given formatter. Read more

impl Clone for ObserverClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ObserverClient

impl !Sync for ObserverClient