Skip to content

Commit

Permalink
Revert vcvarall change in Makefile. Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oniietzschan committed Dec 6, 2020
1 parent 9c3f6c6 commit a6fe7cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ifeq ($(OS),Windows_NT)
SHELL=cmd
WINDOWS_IPATHS=-I./cache/include
WINDOWS_OPT=-LD -EHsc -Feluasteam
VARSALL="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat"
VARSALL="C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"

luajit.zip:
curl -sL -o luajit.zip http://luajit.org/download/LuaJIT-2.0.5.zip
Expand Down
4 changes: 4 additions & 0 deletions docs/friends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Function Reference

:param string key: The rich presence key to set. Maximum length is 64 characters.

Valve has a few special keys which you can read about in their `documentation <https://partner.steamgames.com/doc/api/ISteamFriends#SetRichPresence>`_.

Besides those special keys, you can also use any arbitrary key for `substition <https://partner.steamgames.com/doc/api/ISteamFriends#richpresencelocalization>`_ in `steam_display`.

:param string value: The value to associate with the rich presence key. Maximum length is 256 characters. If this is set to ``''`` then the key is removed if it's set.

:returns: (`boolean`) This function returns **true** if the rich presence was was set successfully.
Expand Down

0 comments on commit a6fe7cc

Please sign in to comment.