From 8915d90e0b5380b94085b8271b73153c34eded60 Mon Sep 17 00:00:00 2001 From: Sadzurami Date: Sun, 25 Feb 2024 13:08:15 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b757f2be..14f98518 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,14 @@ This is a `SteamChatRoomClient` instance. Use this object to chat with friends a [Read SteamChatRoomClient docs here.](https://github.com/DoctorMcKay/node-steam-user/wiki/SteamChatRoomClient) +### playingState + +**v4.0.0 or later is required to use this property** + +An object containing information about your current playing state. This object has these properties: +- `blocked` - `true` if you're blocked from playing a game on this session (because a game is being played on this account using another logon session) +- `appid` - The AppID of the game you're playing, or `0` if you're not playing any game + ### packageName **v4.2.0 or later is required to use this property**