You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new message from the wrapper containing the steam friends. Whenever a friend changes state the whole list is sent again. IsOnline tells whether the person is logged in on Steam. IsPlaying tells whether the person is playing Zero-K right now. Steam Avatars (64x64 pixel) are automatically downloaded and can be accessed in LuaUI/Configs/SteamAvatars/{SteamdID}.png. Here's an example:
SteamFriendList {"Friends":[{"Name":"SteamName","IsOnline":false,"IsPlaying":false,"SteamID":76561198065515207}, ... ]}
The according avatar image can be found in LuaUI/Configs/SteamAvatars/76561198065515207.png
The text was updated successfully, but these errors were encountered:
There is a new message from the wrapper containing the steam friends. Whenever a friend changes state the whole list is sent again.
IsOnline
tells whether the person is logged in on Steam.IsPlaying
tells whether the person is playing Zero-K right now. Steam Avatars (64x64 pixel) are automatically downloaded and can be accessed inLuaUI/Configs/SteamAvatars/{SteamdID}.png
. Here's an example:SteamFriendList {"Friends":[{"Name":"SteamName","IsOnline":false,"IsPlaying":false,"SteamID":76561198065515207}, ... ]}
The according avatar image can be found in
LuaUI/Configs/SteamAvatars/76561198065515207.png
The text was updated successfully, but these errors were encountered: