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
## Method
[[Ticket|Facepunch.Steamworks.Auth+Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )
[[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )
## Summary
Creates an auth ticket.

@ -9,4 +9,4 @@ No documentation available
* **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( )
### 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
## 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
No documentation available

@ -7,7 +7,7 @@ No documentation available
### Methods
* [[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 )
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( )

@ -1,6 +1,6 @@
# CraftItem
## 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
Crafting! Uses the passed items to buy the target item.

@ -1,6 +1,6 @@
# CreateDefinition
## 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
Some definitions aren't sent to the client, and all aren't available on the server.

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

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

@ -1,6 +1,6 @@
# FindDefinition
## 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
You really need me to explain what this does?

@ -1,6 +1,6 @@
# Items
## Property
[[Item[]|Facepunch.Steamworks.Inventory+Item[]]] **[[Items|Facepunch.Steamworks.Inventory.Items]]**
[[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Items|Facepunch.Steamworks.Inventory.Items]]**
## Summary
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
* [[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 )
* [[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]] **[[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 )
* [[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]]**( )
* [[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]]**( )
* [[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]]**( )
### Fields
* [[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]]**
* [[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
## 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
No documentation available

@ -7,7 +7,7 @@ No documentation available
### Methods
* [[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 )
### Fields

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

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

@ -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

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

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

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

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

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

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

@ -9,12 +9,12 @@ No documentation available
* **[[ServerList|Facepunch.Steamworks.ServerList.ServerList.1]]**( )
### 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]] **[[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 )
* [[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]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[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 )
* [[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 )
* [[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]] **[[RemoveFromHistory|Facepunch.Steamworks.ServerList.RemoveFromHistory]]**( [[Server|Facepunch.Steamworks.ServerList.Server]] server )

@ -1,6 +1,6 @@
# GetOutgoingPacket
## 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
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
* [[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 )

@ -1,6 +1,6 @@
# CreateItem
## 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
Create a new Editor object with the intention of creating a new item.

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

@ -1,6 +1,6 @@
# EditItem
## 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
Returns a class representing this ItemId. We don't query

@ -1,6 +1,6 @@
# GetItem
## 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
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
* [[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]]**( )
* [[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]]**( )
* [[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 )
* [[Item|Facepunch.Steamworks.Workshop+Item]] **[[GetItem|Facepunch.Steamworks.Workshop.GetItem]]**( [[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 )