From a497bf5a38ff15b36bd2ee697f2fb43716334d82 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Wed, 5 Aug 2015 00:29:12 -0400 Subject: [PATCH] Updated SteamCommunity (markdown) --- SteamCommunity.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SteamCommunity.md b/SteamCommunity.md index 8ad86c6..b9b7652 100644 --- a/SteamCommunity.md +++ b/SteamCommunity.md @@ -21,6 +21,13 @@ Contains our SteamID (as a `SteamID` object) if we're logged in. # Methods +### Constructor([localAddress]) +- `localAddress` - Optional. The IP address (in `x.x.x.x` format) that will be used for HTTP requests. + +**v3.5.0 or later is required to use the `localAddress` argument.** + +Constructs a new instance of SteamCommunity. + ### login(details, callback) - `details` - An object containing our login details (see below) - `callback` - A function which will be called once we're logged in