Updated Frequently Asked Questions (markdown)

Garry Newman 2019-04-30 16:47:31 +01:00
parent 50d2fa7189
commit 4bb637e05a

@ -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.
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.