From 60c991cbe830d8ff3c70183571a28fb240720aa2 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 9 Nov 2016 11:23:54 +0000 Subject: [PATCH] Doumentation fixes --- Generated/Facepunch.Steamworks.Auth.Ticket.Cancel.md | 3 ++- ...cepunch.Steamworks.Inventory.Definition.ExchangeSchema.md | 3 ++- ...acepunch.Steamworks.Inventory.Definition.IngredientFor.md | 2 +- .../Facepunch.Steamworks.Inventory.Definition.Recipes.md | 2 +- .../Facepunch.Steamworks.Inventory.Definition.SetProperty.md | 4 +++- ...epunch.Steamworks.Inventory.Definition.TriggerItemDrop.md | 5 ++++- Generated/Facepunch.Steamworks.Inventory.Definition.md | 4 +++- Generated/Facepunch.Steamworks.Inventory.Item.Definition.md | 2 +- Generated/Facepunch.Steamworks.Inventory.Item.md | 2 +- Generated/Facepunch.Steamworks.ServerList.Request.Dispose.md | 2 +- .../Facepunch.Steamworks.ServerList.Request.Finished.md | 2 +- .../Facepunch.Steamworks.ServerList.Request.Responded.md | 3 ++- .../Facepunch.Steamworks.ServerList.Request.Unresponsive.md | 2 +- .../Facepunch.Steamworks.ServerList.Server.FetchRules.md | 2 +- Generated/Facepunch.Steamworks.ServerList.Server.HasRules.md | 2 +- ...Facepunch.Steamworks.ServerList.Server.OnReceivedRules.md | 3 ++- Generated/Facepunch.Steamworks.ServerList.Server.Rules.md | 2 +- Generated/Facepunch.Steamworks.ServerList.Server.md | 3 +-- Generated/Facepunch.Steamworks.Workshop.Item.Url.md | 2 +- Generated/Facepunch.Steamworks.Workshop.Query.AppId.md | 2 +- Generated/Facepunch.Steamworks.Workshop.Query.Block.md | 2 +- Generated/Facepunch.Steamworks.Workshop.Query.ExcludeTags.md | 2 +- Generated/Facepunch.Steamworks.Workshop.Query.FileId.md | 2 +- Generated/Facepunch.Steamworks.Workshop.Query.Page.md | 2 +- .../Facepunch.Steamworks.Workshop.Query.RequireAllTags.md | 3 ++- Generated/Facepunch.Steamworks.Workshop.Query.RequireTags.md | 2 +- .../Facepunch.Steamworks.Workshop.Query.UploaderAppId.md | 3 ++- 27 files changed, 40 insertions(+), 28 deletions(-) diff --git a/Generated/Facepunch.Steamworks.Auth.Ticket.Cancel.md b/Generated/Facepunch.Steamworks.Auth.Ticket.Cancel.md index e33de8e..7990527 100644 --- a/Generated/Facepunch.Steamworks.Auth.Ticket.Cancel.md +++ b/Generated/Facepunch.Steamworks.Auth.Ticket.Cancel.md @@ -3,4 +3,5 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Cancel|Facepunch.Steamworks.Auth.Ticket.Cancel]]**( ) ## Summary -No documentation available +Cancels a ticket. +You should cancel your ticket when you close the game or leave a server. diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.ExchangeSchema.md b/Generated/Facepunch.Steamworks.Inventory.Definition.ExchangeSchema.md index f5f99c6..ec9689e 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.ExchangeSchema.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.ExchangeSchema.md @@ -3,4 +3,5 @@ [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExchangeSchema|Facepunch.Steamworks.Inventory.Definition.ExchangeSchema]]** ## Summary -No documentation available +If this item can be created using other items this string will contain a comma seperated +list of definition ids that can be used, ie "100,101;102x5;103x3,104x3" diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.IngredientFor.md b/Generated/Facepunch.Steamworks.Inventory.Definition.IngredientFor.md index 2edb603..87f15c1 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.IngredientFor.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.IngredientFor.md @@ -3,4 +3,4 @@ [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[IngredientFor|Facepunch.Steamworks.Inventory.Definition.IngredientFor]]** ## Summary -No documentation available +A list of recepies we're included in diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.Recipes.md b/Generated/Facepunch.Steamworks.Inventory.Definition.Recipes.md index 485f350..edf6626 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.Recipes.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.Recipes.md @@ -3,4 +3,4 @@ [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[Recipes|Facepunch.Steamworks.Inventory.Definition.Recipes]]** ## Summary -No documentation available +A list of recepies for creating this item. Can be null if none. diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.SetProperty.md b/Generated/Facepunch.Steamworks.Inventory.Definition.SetProperty.md index 9076b98..8ab1306 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.SetProperty.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.SetProperty.md @@ -3,4 +3,6 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SetProperty|Facepunch.Steamworks.Inventory.Definition.SetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name, [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] value ) ## Summary -No documentation available +If you're manually occupying the Definition (because maybe you're on a server +and want to hack around the fact that definitions aren't presented to you), +you can use this to set propertis. diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop.md b/Generated/Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop.md index 501a1c4..17932f0 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop.md @@ -3,4 +3,7 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TriggerItemDrop|Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop]]**( ) ## Summary -No documentation available +Trigger an item drop. Call this when it's a good time to award +an item drop to a player. This won't automatically result in giving +an item to a player. Just call it every minute or so, or on launch. +ItemDefinition is usually a generator diff --git a/Generated/Facepunch.Steamworks.Inventory.Definition.md b/Generated/Facepunch.Steamworks.Inventory.Definition.md index d751c8b..3911c34 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Definition.md +++ b/Generated/Facepunch.Steamworks.Inventory.Definition.md @@ -2,7 +2,9 @@ ### Summary ``` -No documentation available +An item definition. This describes an item in your Steam inventory, but is +not unique to that item. For example, this might be a tshirt, but you might be able to own +multiple tshirts. ``` ### Methods diff --git a/Generated/Facepunch.Steamworks.Inventory.Item.Definition.md b/Generated/Facepunch.Steamworks.Inventory.Item.Definition.md index b6c8270..044f818 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Item.Definition.md +++ b/Generated/Facepunch.Steamworks.Inventory.Item.Definition.md @@ -3,4 +3,4 @@ [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Item.Definition]]** ## Summary -No documentation available +Careful, this might not be available. Especially on a game server. diff --git a/Generated/Facepunch.Steamworks.Inventory.Item.md b/Generated/Facepunch.Steamworks.Inventory.Item.md index ca2c058..ba713d7 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Item.md +++ b/Generated/Facepunch.Steamworks.Inventory.Item.md @@ -2,7 +2,7 @@ ### Summary ``` -No documentation available +An item in your inventory. ``` ### Constructors diff --git a/Generated/Facepunch.Steamworks.ServerList.Request.Dispose.md b/Generated/Facepunch.Steamworks.ServerList.Request.Dispose.md index 34ef7b1..062b86d 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Request.Dispose.md +++ b/Generated/Facepunch.Steamworks.ServerList.Request.Dispose.md @@ -3,4 +3,4 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.ServerList.Request.Dispose]]**( ) ## Summary -No documentation available +Disposing will end the query diff --git a/Generated/Facepunch.Steamworks.ServerList.Request.Finished.md b/Generated/Facepunch.Steamworks.ServerList.Request.Finished.md index dbd4abd..06c64c5 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Request.Finished.md +++ b/Generated/Facepunch.Steamworks.ServerList.Request.Finished.md @@ -3,4 +3,4 @@ [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Finished|Facepunch.Steamworks.ServerList.Request.Finished]]** ## Summary -No documentation available +True when we have finished diff --git a/Generated/Facepunch.Steamworks.ServerList.Request.Responded.md b/Generated/Facepunch.Steamworks.ServerList.Request.Responded.md index 5a3c0fc..f09227e 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Request.Responded.md +++ b/Generated/Facepunch.Steamworks.ServerList.Request.Responded.md @@ -3,4 +3,5 @@ [[List<Server>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Responded|Facepunch.Steamworks.ServerList.Request.Responded]]** ## Summary -No documentation available +A list of servers that responded. If you're only interested in servers that responded since you +last updated, then simply clear this list. diff --git a/Generated/Facepunch.Steamworks.ServerList.Request.Unresponsive.md b/Generated/Facepunch.Steamworks.ServerList.Request.Unresponsive.md index c2b5f06..2960694 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Request.Unresponsive.md +++ b/Generated/Facepunch.Steamworks.ServerList.Request.Unresponsive.md @@ -3,4 +3,4 @@ [[List<Server>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Unresponsive|Facepunch.Steamworks.ServerList.Request.Unresponsive]]** ## Summary -No documentation available +A list of servers that were in the master list but didn't respond. diff --git a/Generated/Facepunch.Steamworks.ServerList.Server.FetchRules.md b/Generated/Facepunch.Steamworks.ServerList.Server.FetchRules.md index 0b63f6d..d9e0727 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Server.FetchRules.md +++ b/Generated/Facepunch.Steamworks.ServerList.Server.FetchRules.md @@ -3,4 +3,4 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[FetchRules|Facepunch.Steamworks.ServerList.Server.FetchRules]]**( ) ## Summary -No documentation available +Populates Rules for this server diff --git a/Generated/Facepunch.Steamworks.ServerList.Server.HasRules.md b/Generated/Facepunch.Steamworks.ServerList.Server.HasRules.md index 915f223..9c8d844 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Server.HasRules.md +++ b/Generated/Facepunch.Steamworks.ServerList.Server.HasRules.md @@ -3,4 +3,4 @@ [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[HasRules|Facepunch.Steamworks.ServerList.Server.HasRules]]** ## Summary -No documentation available +Returns true if this server has rules diff --git a/Generated/Facepunch.Steamworks.ServerList.Server.OnReceivedRules.md b/Generated/Facepunch.Steamworks.ServerList.Server.OnReceivedRules.md index 3ee97ec..697e44f 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Server.OnReceivedRules.md +++ b/Generated/Facepunch.Steamworks.ServerList.Server.OnReceivedRules.md @@ -3,4 +3,5 @@ [[Action<bool>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnReceivedRules|Facepunch.Steamworks.ServerList.Server.OnReceivedRules]]** ## Summary -No documentation available +Callback when rules are receieved. +The bool is true if server responded properly. diff --git a/Generated/Facepunch.Steamworks.ServerList.Server.Rules.md b/Generated/Facepunch.Steamworks.ServerList.Server.Rules.md index 72f14c9..a932675 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Server.Rules.md +++ b/Generated/Facepunch.Steamworks.ServerList.Server.Rules.md @@ -3,4 +3,4 @@ [[Dictionary<string, string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Rules|Facepunch.Steamworks.ServerList.Server.Rules]]** ## Summary -No documentation available +List of server rules. Use HasRules to see if this is safe to access. diff --git a/Generated/Facepunch.Steamworks.ServerList.Server.md b/Generated/Facepunch.Steamworks.ServerList.Server.md index f33bd53..067033c 100644 --- a/Generated/Facepunch.Steamworks.ServerList.Server.md +++ b/Generated/Facepunch.Steamworks.ServerList.Server.md @@ -2,8 +2,7 @@ ### Summary ``` -Initialize this class for Game Servers. -Game servers offer a limited amount of Steam functionality - and don't require the Steam client. +No documentation available ``` ### Constructors diff --git a/Generated/Facepunch.Steamworks.Workshop.Item.Url.md b/Generated/Facepunch.Steamworks.Workshop.Item.Url.md index 201e274..d2330d4 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Item.Url.md +++ b/Generated/Facepunch.Steamworks.Workshop.Item.Url.md @@ -3,4 +3,4 @@ [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Url|Facepunch.Steamworks.Workshop.Item.Url]]** ## Summary -No documentation available +Return a URL to view this item online diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.AppId.md b/Generated/Facepunch.Steamworks.Workshop.Query.AppId.md index 9dd30e9..32430fa 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.AppId.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.AppId.md @@ -3,4 +3,4 @@ [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.Workshop.Query.AppId]]** ## Summary -No documentation available +The AppId you're querying. This defaults to this appid. diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.Block.md b/Generated/Facepunch.Steamworks.Workshop.Query.Block.md index bfb295d..1a8fb71 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.Block.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.Block.md @@ -3,4 +3,4 @@ [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Block|Facepunch.Steamworks.Workshop.Query.Block]]**( ) ## Summary -No documentation available +Don't call this in production! diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.ExcludeTags.md b/Generated/Facepunch.Steamworks.Workshop.Query.ExcludeTags.md index ac6f8b8..6be4e72 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.ExcludeTags.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.ExcludeTags.md @@ -3,4 +3,4 @@ [[List<string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExcludeTags|Facepunch.Steamworks.Workshop.Query.ExcludeTags]]** ## Summary -No documentation available +Don't return any items with this tag diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.FileId.md b/Generated/Facepunch.Steamworks.Workshop.Query.FileId.md index 559d07a..89dbcd4 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.FileId.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.FileId.md @@ -3,4 +3,4 @@ [[List<ulong>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[FileId|Facepunch.Steamworks.Workshop.Query.FileId]]** ## Summary -No documentation available +If you're querying for a particular file or files, add them to this. diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.Page.md b/Generated/Facepunch.Steamworks.Workshop.Query.Page.md index cba54ae..84243dc 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.Page.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.Page.md @@ -3,4 +3,4 @@ [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Page|Facepunch.Steamworks.Workshop.Query.Page]]** ## Summary -No documentation available +Page starts at 1 !! diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.RequireAllTags.md b/Generated/Facepunch.Steamworks.Workshop.Query.RequireAllTags.md index 667525b..e6ad9bf 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.RequireAllTags.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.RequireAllTags.md @@ -3,4 +3,5 @@ [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RequireAllTags|Facepunch.Steamworks.Workshop.Query.RequireAllTags]]** ## Summary -No documentation available +If true, return items that have all RequireTags +If false, return items that have any tags in RequireTags diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.RequireTags.md b/Generated/Facepunch.Steamworks.Workshop.Query.RequireTags.md index d354656..fd81c42 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.RequireTags.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.RequireTags.md @@ -3,4 +3,4 @@ [[List<string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RequireTags|Facepunch.Steamworks.Workshop.Query.RequireTags]]** ## Summary -No documentation available +Only return items with these tags diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.UploaderAppId.md b/Generated/Facepunch.Steamworks.Workshop.Query.UploaderAppId.md index 90e89e4..4846191 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.UploaderAppId.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.UploaderAppId.md @@ -3,4 +3,5 @@ [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UploaderAppId|Facepunch.Steamworks.Workshop.Query.UploaderAppId]]** ## Summary -No documentation available +The AppId of the app used to upload the item. This defaults to 0 +which means all/any.