UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

10 lines (9 loc) 461 B
/** @noSelfInFile */ import { AbilityType, AbilityTypeId } from "../ability-type"; import { DetectionType } from "../../auxiliary/detection-type"; import { ObjectDataEntryLevelFieldValueSupplier } from "../../entry"; export declare class FarSightAbilityType extends AbilityType { static readonly BASE_ID: AbilityTypeId; get detectionType(): DetectionType[]; set detectionType(detectionType: ObjectDataEntryLevelFieldValueSupplier<DetectionType>); }