mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-06-22 02:19:37 +03:00
lt, gt
parent
80a719dfff
commit
09d4e78123
@ -1,6 +1,6 @@
|
||||
# UpdateWhile
|
||||
## Method
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UpdateWhile|Facepunch.Steamworks.BaseSteamworks.UpdateWhile]]( **[[Func\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** func )
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UpdateWhile|Facepunch.Steamworks.BaseSteamworks.UpdateWhile]]( **[[Func<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** func )
|
||||
|
||||
## Summary
|
||||
Run Update until func returns false.
|
||||
|
@ -11,7 +11,7 @@ Implements shared functionality between Steamworks.Client and Steamworks.Server
|
||||
### Methods
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]( )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Update|Facepunch.Steamworks.BaseSteamworks.Update]]( )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UpdateWhile|Facepunch.Steamworks.BaseSteamworks.UpdateWhile]]( **[[Func\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** func )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UpdateWhile|Facepunch.Steamworks.BaseSteamworks.UpdateWhile]]( **[[Func<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** func )
|
||||
|
||||
### Properties
|
||||
* **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# All
|
||||
## Property
|
||||
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
|
||||
**[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
|
||||
|
||||
## Summary
|
||||
Returns all friends, even blocked, ignored, friend requests etc
|
||||
|
@ -1,6 +1,6 @@
|
||||
# AllBlocked
|
||||
## Property
|
||||
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
|
||||
**[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -1,6 +1,6 @@
|
||||
# AllFriends
|
||||
## Property
|
||||
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
|
||||
**[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -12,6 +12,6 @@ No documentation available
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.Friends.Refresh]]( )
|
||||
|
||||
### Properties
|
||||
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
|
||||
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
|
||||
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
|
||||
* **[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
|
||||
* **[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
|
||||
* **[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnConnectionFailed
|
||||
## Property
|
||||
**[[Action\<ulong, SessionError\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
|
||||
**[[Action<ulong, SessionError>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnIncomingConnection
|
||||
## Property
|
||||
**[[Func\<ulong, bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
|
||||
**[[Func<ulong, bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnP2PData
|
||||
## Property
|
||||
**[[Action\<ulong, MemoryStream, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
|
||||
**[[Action<ulong, MemoryStream, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -11,6 +11,6 @@ No documentation available
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SetListenChannel|Facepunch.Steamworks.Networking.SetListenChannel]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** ChannelId, **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Listen )
|
||||
|
||||
### Fields
|
||||
* **[[Action\<ulong, MemoryStream, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
|
||||
* **[[Func\<ulong, bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
|
||||
* **[[Action\<ulong, SessionError\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
|
||||
* **[[Action<ulong, MemoryStream, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
|
||||
* **[[Func<ulong, bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
|
||||
* **[[Action<ulong, SessionError>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnAuthChange
|
||||
## Property
|
||||
**[[Action\<ulong, ulong, Status\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnAuthChange|Facepunch.Steamworks.ServerAuth.OnAuthChange]]
|
||||
**[[Action<ulong, ulong, Status>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnAuthChange|Facepunch.Steamworks.ServerAuth.OnAuthChange]]
|
||||
|
||||
## Summary
|
||||
Steamid, Ownerid, Status
|
||||
|
@ -10,4 +10,4 @@ No documentation available
|
||||
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[StartSession|Facepunch.Steamworks.ServerAuth.StartSession]]( **[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** data, **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
|
||||
|
||||
### Fields
|
||||
* **[[Action\<ulong, ulong, Status\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnAuthChange|Facepunch.Steamworks.ServerAuth.OnAuthChange]]
|
||||
* **[[Action<ulong, ulong, Status>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnAuthChange|Facepunch.Steamworks.ServerAuth.OnAuthChange]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Custom
|
||||
## Method
|
||||
**[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Custom|Facepunch.Steamworks.ServerList.Custom]]( **[[IEnumerable\<string\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** serverList )
|
||||
**[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Custom|Facepunch.Steamworks.ServerList.Custom]]( **[[IEnumerable<string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** serverList )
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -11,7 +11,7 @@ No documentation available
|
||||
### Methods
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AddToFavourite|Facepunch.Steamworks.ServerList.AddToFavourite]]( **[[Server|Facepunch.Steamworks.ServerList+Server]]** server )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AddToHistory|Facepunch.Steamworks.ServerList.AddToHistory]]( **[[Server|Facepunch.Steamworks.ServerList+Server]]** server )
|
||||
* **[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Custom|Facepunch.Steamworks.ServerList.Custom]]( **[[IEnumerable\<string\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** serverList )
|
||||
* **[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Custom|Facepunch.Steamworks.ServerList.Custom]]( **[[IEnumerable<string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** serverList )
|
||||
* **[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Favourites|Facepunch.Steamworks.ServerList.Favourites]]( )
|
||||
* **[[Request|Facepunch.Steamworks.ServerList+Request]]** [[History|Facepunch.Steamworks.ServerList.History]]( )
|
||||
* **[[Request|Facepunch.Steamworks.ServerList+Request]]** [[Internet|Facepunch.Steamworks.ServerList.Internet]]( **[[Filter|Facepunch.Steamworks.ServerList+Filter]]** filter )
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Commit
|
||||
## Method
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Commit|Facepunch.Steamworks.ServerStats.Commit]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Commit|Facepunch.Steamworks.ServerStats.Commit]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
|
||||
## Summary
|
||||
Once you've set a stat change on a user you need to commit your changes.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Refresh
|
||||
## Method
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.ServerStats.Refresh]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.ServerStats.Refresh]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
|
||||
## Summary
|
||||
Retrieve the stats for this user. If you pass a callback function in
|
||||
|
@ -7,9 +7,9 @@ should have been set up on the Steamworks website for your app.
|
||||
```
|
||||
|
||||
### Methods
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Commit|Facepunch.Steamworks.ServerStats.Commit]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Commit|Facepunch.Steamworks.ServerStats.Commit]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
* **[[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GetFloat|Facepunch.Steamworks.ServerStats.GetFloat]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** defaultValue )
|
||||
* **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GetInt|Facepunch.Steamworks.ServerStats.GetInt]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** defaultValue )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.ServerStats.Refresh]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action\<bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.ServerStats.Refresh]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[Action<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** Callback )
|
||||
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Set|Facepunch.Steamworks.ServerStats.Set]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** stat )
|
||||
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Set|Facepunch.Steamworks.ServerStats.Set]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid, **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** stat )
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnCompressedData
|
||||
## Property
|
||||
**[[Action\<IntPtr, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnCompressedData|Facepunch.Steamworks.Voice.OnCompressedData]]
|
||||
**[[Action<IntPtr, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnCompressedData|Facepunch.Steamworks.Voice.OnCompressedData]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -1,6 +1,6 @@
|
||||
# OnUncompressedData
|
||||
## Property
|
||||
**[[Action\<IntPtr, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUncompressedData|Facepunch.Steamworks.Voice.OnUncompressedData]]
|
||||
**[[Action<IntPtr, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUncompressedData|Facepunch.Steamworks.Voice.OnUncompressedData]]
|
||||
|
||||
## Summary
|
||||
No documentation available
|
||||
|
@ -17,7 +17,7 @@ No documentation available
|
||||
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[WantsRecording|Facepunch.Steamworks.Voice.WantsRecording]]
|
||||
|
||||
### Fields
|
||||
* **[[Action\<IntPtr, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnCompressedData|Facepunch.Steamworks.Voice.OnCompressedData]]
|
||||
* **[[Action\<IntPtr, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUncompressedData|Facepunch.Steamworks.Voice.OnUncompressedData]]
|
||||
* **[[Action<IntPtr, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnCompressedData|Facepunch.Steamworks.Voice.OnCompressedData]]
|
||||
* **[[Action<IntPtr, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUncompressedData|Facepunch.Steamworks.Voice.OnUncompressedData]]
|
||||
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsRecording|Facepunch.Steamworks.Voice.IsRecording]]
|
||||
* **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[DesiredSampleRate|Facepunch.Steamworks.Voice.DesiredSampleRate]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user