mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-07-02 23:39:39 +03:00
Missed
parent
5cef757e4a
commit
bfce0191b5
@ -2,5 +2,6 @@
|
|||||||
## Property
|
## Property
|
||||||
public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]** { get; set; }
|
public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
### Summary
|
||||||
No documentation available
|
Returns all blocked users
|
||||||
|
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
# Friends
|
# Friends
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
Handles most interactions with people in Steam, not just friends as the name would suggest.
|
||||||
|
|
||||||
|
### Example
|
||||||
|
```
|
||||||
|
foreach ( var friend in client.Friends.AllFriends )
|
||||||
|
{
|
||||||
|
Console.WriteLine( $"{friend.Id}: {friend.Name}" );
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* public [[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid );
|
* public [[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user