Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/steamy/Dota2/mod.ts>getRealtimeStats_Building

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
interface getRealtimeStats_Building
import { type getRealtimeStats_Building } from "https://deno.land/x/steamy@v0.05a/Dota2/mod.ts";

Properties

team: number

The number of the team the building belongs to (1 or 2).

heading: number

The heading of the building.

type: number

The type of the building.

lane: number

The lane the building is located in.

tier: number

The tier of the building.

x: number

The x coordinate of the building's position on the map.

y: number

The y coordinate of the building's position on the map.

destroyed: boolean

A boolean indicating whether the building has been destroyed.