Friendclass
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public string GetRichPresence(string key)
Returns a string that was possibly set by rich presence
| Parameter | Type | Description |
|---|---|---|
| key | string | — |
string—public void OpenAddFriendOverlay()
Opens the Steam overlay with a popup that allows the local Steam user to confirm whether to add this user to their Steam friends list.
void—public void OpenInOverlay()
Opens the Steam overlay web browser to their user profile.
void—No results match this filter.
Properties11
Showing 11 properties
public ulong Sandbox.Friend.Id { get; set; }
The friend's Steam Id
ulong—public bool Sandbox.Friend.IsAway { get; set; }
Returns true if your friend is away
bool—public bool Sandbox.Friend.IsBlocked { get; set; }
Returns true if you have blocked/ignored this user
bool—public bool Sandbox.Friend.IsBusy { get; set; }
Returns true if this friend is marked as busy
bool—public bool Sandbox.Friend.IsFriend { get; set; }
Returns true if this user is your friend
bool—public bool Sandbox.Friend.IsMe { get; set; }
Returns true if this friend is the local user
bool—public bool Sandbox.Friend.IsOnline { get; set; }
Returns true if your friend is online
bool—public bool Sandbox.Friend.IsPlayingAGame { get; set; }
Returns true if they're playing any game
bool—public bool Sandbox.Friend.IsPlayingThisGame { get; set; }
Returns true if they're playing this game
bool—public bool Sandbox.Friend.IsSnoozing { get; set; }
Returns true if this friend is marked as snoozing
bool—public string Sandbox.Friend.Name { get; set; }
The friend's name
string—No results match this filter.