Generated

from protobuf message SC2APIProtocol.EffectData

interface EffectData {
    effectId?: number;
    friendlyName?: string;
    name?: string;
    radius?: number;
}

Properties

effectId?: number

Generated

from protobuf field: optional uint32 effect_id = 1;

friendlyName?: string

Generated

from protobuf field: optional string friendly_name = 3;

name?: string

Generated

from protobuf field: optional string name = 2;

radius?: number

Generated

from protobuf field: optional float radius = 4;

Generated using TypeDoc