From 887a81fa9089123f401288040183110a0e3ef499 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Mon, 13 Feb 2017 10:09:16 +0000 Subject: [PATCH] Updated from v0.3 --- ...punch.Steamworks.BaseSteamworks.RunUpdateCallbacks.md | 8 ++++++++ Generated/Facepunch.Steamworks.BaseSteamworks.md | 1 + Generated/Facepunch.Steamworks.Client.RunCallbacks.md | 8 ++++++++ Generated/Facepunch.Steamworks.Client.md | 1 + Generated/Facepunch.Steamworks.Config.ForUnity.md | 8 ++++++++ Generated/Facepunch.Steamworks.Config.md | 1 + Generated/Facepunch.Steamworks.Inventory.CraftItem.md | 2 +- .../Facepunch.Steamworks.Inventory.Item.Amount.Item.md | 4 ++++ ...acepunch.Steamworks.Inventory.Item.Amount.Quantity.md | 4 ++++ Generated/Facepunch.Steamworks.Inventory.Item.Amount.md | 6 ++++++ .../Facepunch.Steamworks.Inventory.Result.Consumed.md | 4 ++++ .../Facepunch.Steamworks.Inventory.Result.IsPending.md | 4 ++++ Generated/Facepunch.Steamworks.Inventory.Result.Items.md | 4 ++++ .../Facepunch.Steamworks.Inventory.Result.Removed.md | 4 ++++ Generated/Facepunch.Steamworks.Inventory.Update.md | 8 ++++++++ Generated/Facepunch.Steamworks.Inventory.md | 2 ++ Generated/Facepunch.Steamworks.Networking.Update.md | 8 ++++++++ Generated/Facepunch.Steamworks.Networking.md | 1 + Generated/Facepunch.Steamworks.Voice.Update.md | 8 ++++++++ Generated/Facepunch.Steamworks.Voice.md | 1 + ...epunch.Steamworks.Workshop.Query.RankedByTrendDays.md | 9 +++++++++ Generated/Facepunch.Steamworks.Workshop.Query.md | 1 + 22 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 Generated/Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks.md create mode 100644 Generated/Facepunch.Steamworks.Client.RunCallbacks.md create mode 100644 Generated/Facepunch.Steamworks.Config.ForUnity.md create mode 100644 Generated/Facepunch.Steamworks.Inventory.Item.Amount.Item.md create mode 100644 Generated/Facepunch.Steamworks.Inventory.Item.Amount.Quantity.md create mode 100644 Generated/Facepunch.Steamworks.Inventory.Item.Amount.md create mode 100644 Generated/Facepunch.Steamworks.Inventory.Update.md create mode 100644 Generated/Facepunch.Steamworks.Networking.Update.md create mode 100644 Generated/Facepunch.Steamworks.Voice.Update.md create mode 100644 Generated/Facepunch.Steamworks.Workshop.Query.RankedByTrendDays.md diff --git a/Generated/Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks.md b/Generated/Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks.md new file mode 100644 index 0000000..fd92c08 --- /dev/null +++ b/Generated/Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks.md @@ -0,0 +1,8 @@ +# RunUpdateCallbacks +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RunUpdateCallbacks|Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks]]**( ); + +### Summary +This gets called automatically in Update. Only call it manually if you know why you're doing it. + + diff --git a/Generated/Facepunch.Steamworks.BaseSteamworks.md b/Generated/Facepunch.Steamworks.BaseSteamworks.md index fb1083f..ce5a71a 100644 --- a/Generated/Facepunch.Steamworks.BaseSteamworks.md +++ b/Generated/Facepunch.Steamworks.BaseSteamworks.md @@ -10,6 +10,7 @@ Implements shared functionality between Steamworks.Client and Steamworks.Server ### Methods * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]**( ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RunUpdateCallbacks|Facepunch.Steamworks.BaseSteamworks.RunUpdateCallbacks]]**( ); * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.BaseSteamworks.Update]]**( ); * public [[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 ); diff --git a/Generated/Facepunch.Steamworks.Client.RunCallbacks.md b/Generated/Facepunch.Steamworks.Client.RunCallbacks.md new file mode 100644 index 0000000..49190a3 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Client.RunCallbacks.md @@ -0,0 +1,8 @@ +# RunCallbacks +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RunCallbacks|Facepunch.Steamworks.Client.RunCallbacks]]**( ); + +### Summary +This is called in Update() - there's no need to call it manually unless you're running your own Update + + diff --git a/Generated/Facepunch.Steamworks.Client.md b/Generated/Facepunch.Steamworks.Client.md index ce8f97b..cfcecfc 100644 --- a/Generated/Facepunch.Steamworks.Client.md +++ b/Generated/Facepunch.Steamworks.Client.md @@ -6,6 +6,7 @@ ### Methods * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Client.Dispose]]**( ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RunCallbacks|Facepunch.Steamworks.Client.RunCallbacks]]**( ); * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Client.Update]]**( ); ### Properties diff --git a/Generated/Facepunch.Steamworks.Config.ForUnity.md b/Generated/Facepunch.Steamworks.Config.ForUnity.md new file mode 100644 index 0000000..6fea8d8 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Config.ForUnity.md @@ -0,0 +1,8 @@ +# ForUnity +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ForUnity|Facepunch.Steamworks.Config.ForUnity]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] platform ); + +### Summary +Should be called before creating any interfaces, to configure Steam for Unity. + + diff --git a/Generated/Facepunch.Steamworks.Config.md b/Generated/Facepunch.Steamworks.Config.md index 5117e14..39f665f 100644 --- a/Generated/Facepunch.Steamworks.Config.md +++ b/Generated/Facepunch.Steamworks.Config.md @@ -3,6 +3,7 @@ ### Methods * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ForcePlatform|Facepunch.Steamworks.Config.ForcePlatform]]**( [[OperatingSystem|Facepunch.Steamworks.OperatingSystem]] os, [[Architecture|Facepunch.Steamworks.Architecture]] arch ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ForUnity|Facepunch.Steamworks.Config.ForUnity]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] platform ); ### Properties * public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]** { get; set; } diff --git a/Generated/Facepunch.Steamworks.Inventory.CraftItem.md b/Generated/Facepunch.Steamworks.Inventory.CraftItem.md index 813a750..aeac880 100644 --- a/Generated/Facepunch.Steamworks.Inventory.CraftItem.md +++ b/Generated/Facepunch.Steamworks.Inventory.CraftItem.md @@ -1,6 +1,6 @@ # CraftItem ## Method -public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory.Item]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target ); +public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Amount[]|Facepunch.Steamworks.Inventory.Item.Amount]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target ); ### Summary Crafting! Uses the passed items to buy the target item. diff --git a/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Item.md b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Item.md new file mode 100644 index 0000000..cef86f5 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Item.md @@ -0,0 +1,4 @@ +# Item +## Property +public [[Item|Facepunch.Steamworks.Inventory.Item]] **[[Item|Facepunch.Steamworks.Inventory.Item.Amount.Item]]**; + diff --git a/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Quantity.md b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Quantity.md new file mode 100644 index 0000000..9b8606f --- /dev/null +++ b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.Quantity.md @@ -0,0 +1,4 @@ +# Quantity +## Property +public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Amount.Quantity]]**; + diff --git a/Generated/Facepunch.Steamworks.Inventory.Item.Amount.md b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.md new file mode 100644 index 0000000..4231aa1 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Inventory.Item.Amount.md @@ -0,0 +1,6 @@ +# Amount + + +### Fields +* public [[Item|Facepunch.Steamworks.Inventory.Item]] **[[Item|Facepunch.Steamworks.Inventory.Item.Amount.Item]]**; +* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Amount.Quantity]]**; diff --git a/Generated/Facepunch.Steamworks.Inventory.Result.Consumed.md b/Generated/Facepunch.Steamworks.Inventory.Result.Consumed.md index 95790b9..d6c328b 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Result.Consumed.md +++ b/Generated/Facepunch.Steamworks.Inventory.Result.Consumed.md @@ -2,3 +2,7 @@ ## Property public [[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Consumed|Facepunch.Steamworks.Inventory.Result.Consumed]]** { get; set; } +### Summary +Items that have been consumed, like in a craft or something + + diff --git a/Generated/Facepunch.Steamworks.Inventory.Result.IsPending.md b/Generated/Facepunch.Steamworks.Inventory.Result.IsPending.md index b0d8569..9138094 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Result.IsPending.md +++ b/Generated/Facepunch.Steamworks.Inventory.Result.IsPending.md @@ -2,3 +2,7 @@ ## Property public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsPending|Facepunch.Steamworks.Inventory.Result.IsPending]]** { get; set; } +### Summary +Returns true if this result is still pending + + diff --git a/Generated/Facepunch.Steamworks.Inventory.Result.Items.md b/Generated/Facepunch.Steamworks.Inventory.Result.Items.md index d2eb614..d74e9d8 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Result.Items.md +++ b/Generated/Facepunch.Steamworks.Inventory.Result.Items.md @@ -2,3 +2,7 @@ ## Property public [[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Items|Facepunch.Steamworks.Inventory.Result.Items]]** { get; set; } +### Summary +Items that exist, or that have been created, or changed + + diff --git a/Generated/Facepunch.Steamworks.Inventory.Result.Removed.md b/Generated/Facepunch.Steamworks.Inventory.Result.Removed.md index 218b8c3..fce1677 100644 --- a/Generated/Facepunch.Steamworks.Inventory.Result.Removed.md +++ b/Generated/Facepunch.Steamworks.Inventory.Result.Removed.md @@ -2,3 +2,7 @@ ## Property public [[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Removed|Facepunch.Steamworks.Inventory.Result.Removed]]** { get; set; } +### Summary +Items that have been removed or somehow destroyed + + diff --git a/Generated/Facepunch.Steamworks.Inventory.Update.md b/Generated/Facepunch.Steamworks.Inventory.Update.md new file mode 100644 index 0000000..8233b10 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Inventory.Update.md @@ -0,0 +1,8 @@ +# Update +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Inventory.Update]]**( ); + +### Summary +No need to call this manually if you're calling Update + + diff --git a/Generated/Facepunch.Steamworks.Inventory.md b/Generated/Facepunch.Steamworks.Inventory.md index e77c9db..8806854 100644 --- a/Generated/Facepunch.Steamworks.Inventory.md +++ b/Generated/Facepunch.Steamworks.Inventory.md @@ -3,6 +3,7 @@ ### Methods * public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory.Item]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target ); +* public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Amount[]|Facepunch.Steamworks.Inventory.Item.Amount]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target ); * public [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id ); * public [[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 ); * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Inventory.Dispose]]**( ); @@ -12,6 +13,7 @@ * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Inventory.Refresh]]**( ); * public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[SplitStack|Facepunch.Steamworks.Inventory.SplitStack]]**( [[Item|Facepunch.Steamworks.Inventory.Item]] item, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] quantity ); * public [[Result|Facepunch.Steamworks.Inventory.Result]] **[[Stack|Facepunch.Steamworks.Inventory.Stack]]**( [[Item|Facepunch.Steamworks.Inventory.Item]] source, [[Item|Facepunch.Steamworks.Inventory.Item]] dest, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] quantity ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Inventory.Update]]**( ); ### Fields * public [[Action|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]**; diff --git a/Generated/Facepunch.Steamworks.Networking.Update.md b/Generated/Facepunch.Steamworks.Networking.Update.md new file mode 100644 index 0000000..ad8dbcc --- /dev/null +++ b/Generated/Facepunch.Steamworks.Networking.Update.md @@ -0,0 +1,8 @@ +# Update +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Networking.Update]]**( ); + +### Summary +No need to call this manually if you're calling Update() + + diff --git a/Generated/Facepunch.Steamworks.Networking.md b/Generated/Facepunch.Steamworks.Networking.md index 5d4838b..72980a1 100644 --- a/Generated/Facepunch.Steamworks.Networking.md +++ b/Generated/Facepunch.Steamworks.Networking.md @@ -5,6 +5,7 @@ * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Networking.Dispose]]**( ); * public [[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 ); * public [[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 ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Networking.Update]]**( ); ### Fields * public [[Action<ulong, MemoryStream, int>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]**; diff --git a/Generated/Facepunch.Steamworks.Voice.Update.md b/Generated/Facepunch.Steamworks.Voice.Update.md new file mode 100644 index 0000000..01f3e87 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Voice.Update.md @@ -0,0 +1,8 @@ +# Update +## Method +public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Voice.Update]]**( ); + +### Summary +This gets called inside Update - so there's no need to call this manually if you're calling update + + diff --git a/Generated/Facepunch.Steamworks.Voice.md b/Generated/Facepunch.Steamworks.Voice.md index 53fe596..1435b4d 100644 --- a/Generated/Facepunch.Steamworks.Voice.md +++ b/Generated/Facepunch.Steamworks.Voice.md @@ -5,6 +5,7 @@ * public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Decompress|Facepunch.Steamworks.Voice.Decompress]]**( [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] input, [[MemoryStream|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] output, [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] samepleRate ); * public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Decompress|Facepunch.Steamworks.Voice.Decompress]]**( [[IntPtr|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] input, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] inputoffset, [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] inputsize, [[MemoryStream|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] output, [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] samepleRate ); * public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Voice.Dispose]]**( ); +* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Voice.Update]]**( ); ### Properties * public [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[LastVoiceRecordTime|Facepunch.Steamworks.Voice.LastVoiceRecordTime]]** { get; set; } diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.RankedByTrendDays.md b/Generated/Facepunch.Steamworks.Workshop.Query.RankedByTrendDays.md new file mode 100644 index 0000000..ca142e8 --- /dev/null +++ b/Generated/Facepunch.Steamworks.Workshop.Query.RankedByTrendDays.md @@ -0,0 +1,9 @@ +# RankedByTrendDays +## Property +public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RankedByTrendDays|Facepunch.Steamworks.Workshop.Query.RankedByTrendDays]]** { get; set; } + +### Summary +If order is RankedByTrend, this value represents how many days to take +into account. + + diff --git a/Generated/Facepunch.Steamworks.Workshop.Query.md b/Generated/Facepunch.Steamworks.Workshop.Query.md index 6ecebf5..a3efce4 100644 --- a/Generated/Facepunch.Steamworks.Workshop.Query.md +++ b/Generated/Facepunch.Steamworks.Workshop.Query.md @@ -19,6 +19,7 @@ * public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Page|Facepunch.Steamworks.Workshop.Query.Page]]** { get; set; } * public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PerPage|Facepunch.Steamworks.Workshop.Query.PerPage]]** { get; set; } * public [[QueryType|Facepunch.Steamworks.Workshop.QueryType]] **[[QueryType|Facepunch.Steamworks.Workshop.Query.QueryType]]** { get; set; } +* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RankedByTrendDays|Facepunch.Steamworks.Workshop.Query.RankedByTrendDays]]** { get; set; } * public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RequireAllTags|Facepunch.Steamworks.Workshop.Query.RequireAllTags]]** { get; set; } * public [[List<string>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[RequireTags|Facepunch.Steamworks.Workshop.Query.RequireTags]]** { get; set; } * public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SearchText|Facepunch.Steamworks.Workshop.Query.SearchText]]** { get; set; }