Link fixes

Garry Newman 2016-11-09 11:10:06 +00:00
parent 30975f84ef
commit ea8d5859e6
30 changed files with 46 additions and 46 deletions

@ -1,6 +1,6 @@
# GetAuthSessionTicket # GetAuthSessionTicket
## Method ## Method
[[Ticket|Facepunch.Steamworks.Auth+Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( ) [[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )
## Summary ## Summary
Creates an auth ticket. Creates an auth ticket.

@ -9,4 +9,4 @@ No documentation available
* **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( ) * **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( )
### Methods ### Methods
* [[Ticket|Facepunch.Steamworks.Auth+Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( ) * [[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )

@ -1,6 +1,6 @@
# GetAvatar # GetAvatar
## Method ## Method
[[Image|Facepunch.Steamworks.Image]] **[[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]**( [[AvatarSize|Facepunch.Steamworks.Friends+AvatarSize]] size, [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid ) [[Image|Facepunch.Steamworks.Image]] **[[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]**( [[AvatarSize|Facepunch.Steamworks.Friends.AvatarSize]] size, [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
## Summary ## Summary
No documentation available No documentation available

@ -7,7 +7,7 @@ No documentation available
### Methods ### Methods
* [[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid ) * [[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
* [[Image|Facepunch.Steamworks.Image]] **[[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]**( [[AvatarSize|Facepunch.Steamworks.Friends+AvatarSize]] size, [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid ) * [[Image|Facepunch.Steamworks.Image]] **[[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]**( [[AvatarSize|Facepunch.Steamworks.Friends.AvatarSize]] size, [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetName|Facepunch.Steamworks.Friends.GetName]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid ) * [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetName|Facepunch.Steamworks.Friends.GetName]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( )

@ -1,6 +1,6 @@
# CraftItem # CraftItem
## Method ## Method
[[Result|Facepunch.Steamworks.Inventory+Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory+Item[]]] list, [[Definition|Facepunch.Steamworks.Inventory+Definition]] target ) [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory.Item]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target )
## Summary ## Summary
Crafting! Uses the passed items to buy the target item. Crafting! Uses the passed items to buy the target item.

@ -1,6 +1,6 @@
# CreateDefinition # CreateDefinition
## Method ## Method
[[Definition|Facepunch.Steamworks.Inventory+Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id ) [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id )
## Summary ## Summary
Some definitions aren't sent to the client, and all aren't available on the server. Some definitions aren't sent to the client, and all aren't available on the server.

@ -1,6 +1,6 @@
# Definitions # Definitions
## Property ## Property
[[Definition[]|Facepunch.Steamworks.Inventory+Definition[]]] **[[Definitions|Facepunch.Steamworks.Inventory.Definitions]]** [[Definition[]|Facepunch.Steamworks.Inventory.Definition]] **[[Definitions|Facepunch.Steamworks.Inventory.Definitions]]**
## Summary ## Summary
A list of items defined for this app. A list of items defined for this app.

@ -1,6 +1,6 @@
# Deserialize # Deserialize
## Method ## Method
[[Result|Facepunch.Steamworks.Inventory+Result]] **[[Deserialize|Facepunch.Steamworks.Inventory.Deserialize]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] dataLength ) [[Result|Facepunch.Steamworks.Inventory.Result]] **[[Deserialize|Facepunch.Steamworks.Inventory.Deserialize]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] dataLength )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# FindDefinition # FindDefinition
## Method ## Method
[[Definition|Facepunch.Steamworks.Inventory+Definition]] **[[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] DefinitionId ) [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] DefinitionId )
## Summary ## Summary
You really need me to explain what this does? You really need me to explain what this does?

@ -1,6 +1,6 @@
# Items # Items
## Property ## Property
[[Item[]|Facepunch.Steamworks.Inventory+Item[]]] **[[Items|Facepunch.Steamworks.Inventory.Items]]** [[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Items|Facepunch.Steamworks.Inventory.Items]]**
## Summary ## Summary
A list of items owned by this user. You should call Refresh() before trying to access this, A list of items owned by this user. You should call Refresh() before trying to access this,

@ -6,18 +6,18 @@ No documentation available
``` ```
### Methods ### Methods
* [[Result|Facepunch.Steamworks.Inventory+Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory+Item[]]] list, [[Definition|Facepunch.Steamworks.Inventory+Definition]] target ) * [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory.Item]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target )
* [[Definition|Facepunch.Steamworks.Inventory+Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id ) * [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id )
* [[Result|Facepunch.Steamworks.Inventory+Result]] **[[Deserialize|Facepunch.Steamworks.Inventory.Deserialize]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] dataLength ) * [[Result|Facepunch.Steamworks.Inventory.Result]] **[[Deserialize|Facepunch.Steamworks.Inventory.Deserialize]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] dataLength )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Inventory.Dispose]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Inventory.Dispose]]**( )
* [[Definition|Facepunch.Steamworks.Inventory+Definition]] **[[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] DefinitionId ) * [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] DefinitionId )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]**( )
* [[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PriceCategoryToFloat|Facepunch.Steamworks.Inventory.PriceCategoryToFloat]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] price ) * [[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PriceCategoryToFloat|Facepunch.Steamworks.Inventory.PriceCategoryToFloat]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] price )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Inventory.Refresh]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Inventory.Refresh]]**( )
### Fields ### Fields
* [[Action|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]** * [[Action|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]**
* [[Item[]|Facepunch.Steamworks.Inventory+Item[]]] **[[Items|Facepunch.Steamworks.Inventory.Items]]** * [[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Items|Facepunch.Steamworks.Inventory.Items]]**
* [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SerializedItems|Facepunch.Steamworks.Inventory.SerializedItems]]** * [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SerializedItems|Facepunch.Steamworks.Inventory.SerializedItems]]**
* [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SerializedExpireTime|Facepunch.Steamworks.Inventory.SerializedExpireTime]]** * [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SerializedExpireTime|Facepunch.Steamworks.Inventory.SerializedExpireTime]]**
* [[Definition[]|Facepunch.Steamworks.Inventory+Definition[]]] **[[Definitions|Facepunch.Steamworks.Inventory.Definitions]]** * [[Definition[]|Facepunch.Steamworks.Inventory.Definition]] **[[Definitions|Facepunch.Steamworks.Inventory.Definitions]]**

@ -1,6 +1,6 @@
# SendP2PPacket # SendP2PPacket
## Method ## Method
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SendP2PPacket|Facepunch.Steamworks.Networking.SendP2PPacket]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid, [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] length, [[SendType|Facepunch.Steamworks.Networking+SendType]] eP2PSendType, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] nChannel ) [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SendP2PPacket|Facepunch.Steamworks.Networking.SendP2PPacket]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid, [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] length, [[SendType|Facepunch.Steamworks.Networking.SendType]] eP2PSendType, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] nChannel )
## Summary ## Summary
No documentation available No documentation available

@ -7,7 +7,7 @@ No documentation available
### Methods ### Methods
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Networking.Dispose]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Networking.Dispose]]**( )
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SendP2PPacket|Facepunch.Steamworks.Networking.SendP2PPacket]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid, [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] length, [[SendType|Facepunch.Steamworks.Networking+SendType]] eP2PSendType, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] nChannel ) * [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SendP2PPacket|Facepunch.Steamworks.Networking.SendP2PPacket]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid, [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] length, [[SendType|Facepunch.Steamworks.Networking.SendType]] eP2PSendType, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] nChannel )
* [[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 ) * [[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 ### Fields

@ -1,6 +1,6 @@
# AddToFavourite # AddToFavourite
## Method ## Method
[[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]] **[[AddToFavourite|Facepunch.Steamworks.ServerList.AddToFavourite]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# AddToHistory # AddToHistory
## Method ## Method
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AddToHistory|Facepunch.Steamworks.ServerList.AddToHistory]]**( [[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 )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# Custom # Custom
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# Favourites # Favourites
## Method ## Method
[[Request|Facepunch.Steamworks.ServerList+Request]] **[[Favourites|Facepunch.Steamworks.ServerList.Favourites]]**( ) [[Request|Facepunch.Steamworks.ServerList.Request]] **[[Favourites|Facepunch.Steamworks.ServerList.Favourites]]**( )
## Summary ## Summary
Favourite filters don't seem to work, so we don't bother. Favourite filters don't seem to work, so we don't bother.

@ -1,6 +1,6 @@
# History # History
## Method ## Method
[[Request|Facepunch.Steamworks.ServerList+Request]] **[[History|Facepunch.Steamworks.ServerList.History]]**( ) [[Request|Facepunch.Steamworks.ServerList.Request]] **[[History|Facepunch.Steamworks.ServerList.History]]**( )
## Summary ## Summary
History filters don't seem to work, so we don't bother. History filters don't seem to work, so we don't bother.

@ -1,6 +1,6 @@
# Internet # Internet
## Method ## Method
[[Request|Facepunch.Steamworks.ServerList+Request]] **[[Internet|Facepunch.Steamworks.ServerList.Internet]]**( [[Filter|Facepunch.Steamworks.ServerList+Filter]] filter ) [[Request|Facepunch.Steamworks.ServerList.Request]] **[[Internet|Facepunch.Steamworks.ServerList.Internet]]**( [[Filter|Facepunch.Steamworks.ServerList.Filter]] filter )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# IsFavourite # IsFavourite
## Method ## Method
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsFavourite|Facepunch.Steamworks.ServerList.IsFavourite]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsFavourite|Facepunch.Steamworks.ServerList.IsFavourite]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# RemoveFromFavourite # RemoveFromFavourite
## Method ## Method
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromFavourite|Facepunch.Steamworks.ServerList.RemoveFromFavourite]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromFavourite|Facepunch.Steamworks.ServerList.RemoveFromFavourite]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
## Summary ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# RemoveFromHistory # RemoveFromHistory
## Method ## Method
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
## Summary ## Summary
No documentation available No documentation available

@ -9,12 +9,12 @@ No documentation available
* **[[ServerList|Facepunch.Steamworks.ServerList.ServerList.1]]**( ) * **[[ServerList|Facepunch.Steamworks.ServerList.ServerList.1]]**( )
### Methods ### 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]] **[[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 ) * [[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]] **[[Favourites|Facepunch.Steamworks.ServerList.Favourites]]**( )
* [[Request|Facepunch.Steamworks.ServerList+Request]] **[[History|Facepunch.Steamworks.ServerList.History]]**( ) * [[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 ) * [[Request|Facepunch.Steamworks.ServerList.Request]] **[[Internet|Facepunch.Steamworks.ServerList.Internet]]**( [[Filter|Facepunch.Steamworks.ServerList.Filter]] filter )
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsFavourite|Facepunch.Steamworks.ServerList.IsFavourite]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) * [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsFavourite|Facepunch.Steamworks.ServerList.IsFavourite]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromFavourite|Facepunch.Steamworks.ServerList.RemoveFromFavourite]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromFavourite|Facepunch.Steamworks.ServerList.RemoveFromFavourite]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[Server|Facepunch.Steamworks.ServerList+Server]] server ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )

@ -1,6 +1,6 @@
# GetOutgoingPacket # GetOutgoingPacket
## Method ## Method
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetOutgoingPacket|Facepunch.Steamworks.ServerQuery.GetOutgoingPacket]]**( [[Packet&|Facepunch.Steamworks.ServerQuery+Packet&]] packet ) [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetOutgoingPacket|Facepunch.Steamworks.ServerQuery.GetOutgoingPacket]]**( [[Packet&|Facepunch.Steamworks.ServerQuery.Packet]] packet )
## Summary ## Summary
If true, Steam wants to send a packet. You should respond by sending If true, Steam wants to send a packet. You should respond by sending

@ -6,5 +6,5 @@ If you're manually processing the server queries, you should use this class.
``` ```
### Methods ### Methods
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetOutgoingPacket|Facepunch.Steamworks.ServerQuery.GetOutgoingPacket]]**( [[Packet&|Facepunch.Steamworks.ServerQuery+Packet&]] packet ) * [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetOutgoingPacket|Facepunch.Steamworks.ServerQuery.GetOutgoingPacket]]**( [[Packet&|Facepunch.Steamworks.ServerQuery.Packet]] packet )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.ServerQuery.Handle]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] size, [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] address, [[UInt16|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] port ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.ServerQuery.Handle]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] data, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] size, [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] address, [[UInt16|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] port )

@ -1,6 +1,6 @@
# CreateItem # CreateItem
## Method ## Method
[[Editor|Facepunch.Steamworks.Workshop+Editor]] **[[CreateItem|Facepunch.Steamworks.Workshop.CreateItem]]**( [[ItemType|Facepunch.Steamworks.Workshop+ItemType]] type ) [[Editor|Facepunch.Steamworks.Workshop.Editor]] **[[CreateItem|Facepunch.Steamworks.Workshop.CreateItem]]**( [[ItemType|Facepunch.Steamworks.Workshop.ItemType]] type )
## Summary ## Summary
Create a new Editor object with the intention of creating a new item. Create a new Editor object with the intention of creating a new item.

@ -1,6 +1,6 @@
# CreateQuery # CreateQuery
## Method ## Method
[[Query|Facepunch.Steamworks.Workshop+Query]] **[[CreateQuery|Facepunch.Steamworks.Workshop.CreateQuery]]**( ) [[Query|Facepunch.Steamworks.Workshop.Query]] **[[CreateQuery|Facepunch.Steamworks.Workshop.CreateQuery]]**( )
## Summary ## Summary
Creates a query object, which is used to get a list of items. Creates a query object, which is used to get a list of items.

@ -1,6 +1,6 @@
# EditItem # EditItem
## Method ## Method
[[Editor|Facepunch.Steamworks.Workshop+Editor]] **[[EditItem|Facepunch.Steamworks.Workshop.EditItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemId ) [[Editor|Facepunch.Steamworks.Workshop.Editor]] **[[EditItem|Facepunch.Steamworks.Workshop.EditItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemId )
## Summary ## Summary
Returns a class representing this ItemId. We don't query Returns a class representing this ItemId. We don't query

@ -1,6 +1,6 @@
# GetItem # GetItem
## Method ## Method
[[Item|Facepunch.Steamworks.Workshop+Item]] **[[GetItem|Facepunch.Steamworks.Workshop.GetItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemid ) [[Item|Facepunch.Steamworks.Workshop.Item]] **[[GetItem|Facepunch.Steamworks.Workshop.GetItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemid )
## Summary ## Summary
Gets an Item object for a specific item. This doesn't currently Gets an Item object for a specific item. This doesn't currently

@ -13,8 +13,8 @@ usually be able to use the content straight from the destination folder.
``` ```
### Methods ### Methods
* [[Editor|Facepunch.Steamworks.Workshop+Editor]] **[[CreateItem|Facepunch.Steamworks.Workshop.CreateItem]]**( [[ItemType|Facepunch.Steamworks.Workshop+ItemType]] type ) * [[Editor|Facepunch.Steamworks.Workshop.Editor]] **[[CreateItem|Facepunch.Steamworks.Workshop.CreateItem]]**( [[ItemType|Facepunch.Steamworks.Workshop.ItemType]] type )
* [[Query|Facepunch.Steamworks.Workshop+Query]] **[[CreateQuery|Facepunch.Steamworks.Workshop.CreateQuery]]**( ) * [[Query|Facepunch.Steamworks.Workshop.Query]] **[[CreateQuery|Facepunch.Steamworks.Workshop.CreateQuery]]**( )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Workshop.Dispose]]**( ) * [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Workshop.Dispose]]**( )
* [[Editor|Facepunch.Steamworks.Workshop+Editor]] **[[EditItem|Facepunch.Steamworks.Workshop.EditItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemId ) * [[Editor|Facepunch.Steamworks.Workshop.Editor]] **[[EditItem|Facepunch.Steamworks.Workshop.EditItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemId )
* [[Item|Facepunch.Steamworks.Workshop+Item]] **[[GetItem|Facepunch.Steamworks.Workshop.GetItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemid ) * [[Item|Facepunch.Steamworks.Workshop.Item]] **[[GetItem|Facepunch.Steamworks.Workshop.GetItem]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] itemid )