get_player_bans: Get Player Bans

Description Usage Arguments Value Returns

View source: R/get-player-bans.R

Description

Returns Steam Community, VAC, and Economy ban statuses for a list of Steam ID's.

Usage

1
get_player_bans(steam_key, steam64_ids = c())

Arguments

steam_key

A Steam Web API Key.

steam64_ids

A vector of 64-bit Steam ID's.

Value

Steam Community, VAC, and Economy ban statuses for a list of Steam ID's.

Returns

Each item in the resulting list contains:

SteamId

The player's 64 bit ID.

CommunityBanned

Indicates whether or not the player is banned from Steam Community

VACBanned

Indicates whether or not the player has VAC bans on record.

NumberOfVACBans

Number of VAC bans

DaysSinceLastBan

Number of days since last ban

EconomyBan

The player's ban status in the economy. If the player has no bans on record the string will be "none", if the player is on probation it will say "probation", etc.


josegallegos07/steamR documentation built on May 19, 2019, 8:48 p.m.