import { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { GetRealtimeStats_Player } = Dota2;
Properties
heroid: HeroID
The ID of the hero the player is playing.
The x coordinate of the player's position on the map. This seems to be the percent from the center of the map. Left is negative. Right is positive.
The y coordinate of the player's position on the map. This seems to be the percent from the center of the map. Top is positive. Bottom is negative
abilities: AbilityID[]
An array of ability IDs for the player's hero.
items: ItemID[]
An array of item IDs for the player's hero.