CsgoFullRoundPlayerEconomy
Properties
Name | Type | Required | Description |
---|---|---|---|
armor | Armor | ✅ | |
economy | int | ✅ | The in-game money that a player has. |
primary_weapon | PrimaryWeapon | ✅ | |
secondary_weapon | SecondaryWeapon | ✅ | |
utilities | List[CsgoFullRoundUtility] | ✅ | |
defuse_kit | bool | ❌ | Whether the player carries a defuse kit |
Armor
Properties
Name | Type | Required | Description |
---|---|---|---|
KEVLAR | str | ✅ | "kevlar" |
KEVLARANDHELMET | str | ✅ | "kevlar_and_helmet" |
PrimaryWeapon
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ✅ | |
image_url | str | ✅ | A URL to the image of the weapon. |
name | str | ✅ | |
slug | str | ✅ | The slug of the weapon. |
SecondaryWeapon
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ✅ | |
image_url | str | ✅ | A URL to the image of the weapon. |
name | str | ✅ | |
slug | str | ✅ | The slug of the weapon. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs