Generated

from protobuf message SC2APIProtocol.PlayerRaw

interface PlayerRaw {
    camera?: any;
    powerSources: PowerSource[];
    upgradeIds: number[];
}

Properties

camera?: any

Generated

from protobuf field: optional SC2APIProtocol.Point camera = 2;

powerSources: PowerSource[]

Generated

from protobuf field: repeated SC2APIProtocol.PowerSource power_sources = 1;

upgradeIds: number[]

Generated

from protobuf field: repeated uint32 upgrade_ids = 3;

Generated using TypeDoc