UNPKG

warscript

Version:

A typescript library for Warcraft III using Warpack.

64 lines (63 loc) 4.36 kB
/** @noSelfInFile */ import { StandardHeroUnitTypeId, StandardUnitTypeId } from "../../object-data/entry/unit-type"; export declare const DRAGONHAWK_RIDER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const FOOTMAN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const KNIGHT_UNIT_TYPE_ID: StandardUnitTypeId; export declare const PEASANT_UNIT_TYPE_ID: StandardUnitTypeId; export declare const PRIEST_UNIT_TYPE_ID: StandardUnitTypeId; export declare const RIFLEMAN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SIEGE_ENGINE_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SORCERESS_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SPELLBREAKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const PALADIN_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const ARCHMAGE_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const CAPTAIN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const ARTHAS_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const ARTHAS_WITH_FROSTMOURNE_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const BATRIDER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const DEMOLISHER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const GRUNT_UNIT_TYPE_ID: StandardUnitTypeId; export declare const HEADHUNTER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const PEON_UNIT_TYPE_ID: StandardUnitTypeId; export declare const RAIDER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SHAMAN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SPIRIT_WALKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const TAUREN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WIND_RIDER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WITCH_DOCTOR_UNIT_TYPE_ID: StandardUnitTypeId; export declare const DEMON_HUNTER_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const DEMON_HUNTER_DEMON_FORM_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const ABOMINATION_UNIT_TYPE_ID: StandardUnitTypeId; export declare const GHOUL_UNIT_TYPE_ID: StandardUnitTypeId; export declare const DEATH_KNIGHT_HERO_UNIT_TYPE_ID: StandardHeroUnitTypeId; export declare const DIRE_MAMMOTH_UNIT_TYPE_ID: StandardUnitTypeId; export declare const ELDER_JUNGLE_STALKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const ENRAGED_ELEMENTAL_UNIT_TYPE_ID: StandardUnitTypeId; export declare const ENRAGED_JUNGLE_STALKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const FACELESS_ONE_DEATHBRINGER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const FACELESS_ONE_TERROR_UNIT_TYPE_ID: StandardUnitTypeId; export declare const FACELESS_ONE_TRICKSTER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const ICETUSK_MAMMOTH_UNIT_TYPE_ID: StandardUnitTypeId; export declare const INFERNAL_UNIT_TYPE_ID: StandardUnitTypeId; export declare const JUNGLE_STALKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const MAGNATAUR_WARRIOR_UNIT_TYPE_ID: StandardUnitTypeId; export declare const MAGNATAUR_REAVER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const MAGNATAUR_DESTROYER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const MAMMOTH_UNIT_TYPE_ID: StandardUnitTypeId; export declare const NERUBIAN_SPIDER_LORD_UNIT_TYPE_ID: StandardUnitTypeId; export declare const SIEGE_GOLEM_UNIT_TYPE_ID: StandardUnitTypeId; export declare const UNBROKEN_DARKHUNTER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const UNBROKEN_DARKWEAVER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const UNBROKEN_RAGER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const VILE_TEMPTRESS_UNIT_TYPE_ID: StandardUnitTypeId; export declare const VILE_TORMENTOR_UNIT_TYPE_ID: StandardUnitTypeId; export declare const VOIDWALKER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WAR_GOLEM_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WARRIOR_ARACHNATID_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WENDIGO_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WENDIGO_SHAMAN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WILDKIN_UNIT_TYPE_ID: StandardUnitTypeId; export declare const WRAITH_UNIT_TYPE_ID: StandardUnitTypeId; export declare const CIRCLE_OF_POWER_UNIT_TYPE_ID: StandardUnitTypeId; export declare const CIRCLE_OF_POWER_MEDIUM_UNIT_TYPE_ID: StandardUnitTypeId; export declare const CIRCLE_OF_POWER_LARGE_UNIT_TYPE_ID: StandardUnitTypeId;