From 4bb637e05aa20f494f71c0ad11f0548cfefdfbb0 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Tue, 30 Apr 2019 16:47:31 +0100 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index d2c1482..206d7ee 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -1,8 +1,8 @@ +## Can I init a Client and Server in the same app, like for listen servers? -## Should I make a new Client every time I access it? +Yes -No. You should create a single Client/Server class and access it as a global singleton. -## Can I run a Client and Server in the same app, like for listen servers? +## Do I need a steam_appid.txt file? -Yes. \ No newline at end of file +Not anymore. We set environmental vars instead (SteamAppId and SteamGameId). This is done automatically for you so you don't have to worry about it. Just pass your AppId to SteamClient.Init and it will work. \ No newline at end of file