From 4543c9c337844d22d849d7dca821f07f40ecf34a Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 2 Nov 2016 20:03:53 +0000 Subject: [PATCH] Syntax --- Facepunch.Steamworks.App.MarkContentCorrupt.md | 1 + Facepunch.Steamworks.Auth.GetAuthSessionTicket.md | 1 + Facepunch.Steamworks.BaseSteamworks.Dispose.md | 1 + Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md | 1 + Facepunch.Steamworks.BaseSteamworks.Update.md | 1 + Facepunch.Steamworks.CallbackHandle.Dispose.md | 1 + Facepunch.Steamworks.Client.Dispose.md | 1 + Facepunch.Steamworks.Client.Update.md | 1 + Facepunch.Steamworks.Config.ForcePlatform.md | 1 + Facepunch.Steamworks.Friends.Get.md | 1 + Facepunch.Steamworks.Friends.GetAvatar.md | 1 + Facepunch.Steamworks.Friends.GetName.md | 1 + Facepunch.Steamworks.Friends.Refresh.md | 1 + Facepunch.Steamworks.Image.GetPixel.md | 1 + Facepunch.Steamworks.Inventory.CreateDefinition.md | 1 + Facepunch.Steamworks.Inventory.Deserialize.md | 1 + Facepunch.Steamworks.Inventory.Dispose.md | 1 + Facepunch.Steamworks.Inventory.FindDefinition.md | 1 + Facepunch.Steamworks.Inventory.PlaytimeHeartbeat.md | 1 + Facepunch.Steamworks.Inventory.PriceCategoryToFloat.md | 1 + Facepunch.Steamworks.Inventory.Refresh.md | 1 + Facepunch.Steamworks.Networking.Dispose.md | 1 + Facepunch.Steamworks.Networking.SendP2PPacket.md | 1 + Facepunch.Steamworks.Overlay.AcceptFriendRequest.md | 1 + Facepunch.Steamworks.Overlay.AddFriend.md | 1 + Facepunch.Steamworks.Overlay.IgnoreFriendRequest.md | 1 + Facepunch.Steamworks.Overlay.OpenAchievements.md | 1 + Facepunch.Steamworks.Overlay.OpenChat.md | 1 + Facepunch.Steamworks.Overlay.OpenProfile.md | 1 + Facepunch.Steamworks.Overlay.OpenStats.md | 1 + Facepunch.Steamworks.Overlay.OpenTrade.md | 1 + Facepunch.Steamworks.Overlay.OpenUrl.md | 1 + Facepunch.Steamworks.Overlay.OpenUserPage.md | 1 + Facepunch.Steamworks.Overlay.RemoveFriend.md | 1 + Facepunch.Steamworks.Screenshots.Trigger.md | 1 + Facepunch.Steamworks.Server.LogOnAnonymous.md | 1 + Facepunch.Steamworks.Server.SetKey.md | 1 + Facepunch.Steamworks.Server.Update.md | 1 + Facepunch.Steamworks.Server.UpdatePlayer.md | 1 + Facepunch.Steamworks.ServerAuth.EndSession.md | 1 + Facepunch.Steamworks.ServerAuth.StartSession.md | 1 + Facepunch.Steamworks.ServerList.AddToFavourite.md | 1 + Facepunch.Steamworks.ServerList.AddToHistory.md | 1 + Facepunch.Steamworks.ServerList.Custom.md | 1 + Facepunch.Steamworks.ServerList.Favourites.md | 1 + Facepunch.Steamworks.ServerList.History.md | 1 + Facepunch.Steamworks.ServerList.Internet.md | 1 + Facepunch.Steamworks.ServerList.IsFavourite.md | 1 + Facepunch.Steamworks.ServerList.RemoveFromFavourite.md | 1 + Facepunch.Steamworks.ServerList.RemoveFromHistory.md | 1 + Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md | 1 + Facepunch.Steamworks.ServerQuery.Handle.md | 1 + Facepunch.Steamworks.ServerStats.Commit.md | 1 + Facepunch.Steamworks.ServerStats.GetFloat.md | 1 + Facepunch.Steamworks.ServerStats.GetInt.md | 1 + Facepunch.Steamworks.ServerStats.Refresh.md | 1 + Facepunch.Steamworks.ServerStats.Set.md | 1 + Facepunch.Steamworks.Stats.GetFloat.md | 1 + Facepunch.Steamworks.Stats.GetGlobalFloat.md | 1 + Facepunch.Steamworks.Stats.GetGlobalInt.md | 1 + Facepunch.Steamworks.Stats.GetInt.md | 1 + Facepunch.Steamworks.Stats.UpdateGlobalStats.md | 1 + Facepunch.Steamworks.Stats.UpdateStats.md | 1 + Facepunch.Steamworks.SteamFriend.Refresh.md | 1 + Facepunch.Steamworks.Voice.Decompress.md | 1 + Facepunch.Steamworks.Voice.Dispose.md | 1 + Facepunch.Steamworks.Workshop.CreateItem.md | 1 + Facepunch.Steamworks.Workshop.CreateQuery.md | 1 + Facepunch.Steamworks.Workshop.Dispose.md | 1 + Facepunch.Steamworks.Workshop.EditItem.md | 1 + Facepunch.Steamworks.Workshop.GetItem.md | 1 + 71 files changed, 71 insertions(+) diff --git a/Facepunch.Steamworks.App.MarkContentCorrupt.md b/Facepunch.Steamworks.App.MarkContentCorrupt.md index 8366fcf..0e3a622 100644 --- a/Facepunch.Steamworks.App.MarkContentCorrupt.md +++ b/Facepunch.Steamworks.App.MarkContentCorrupt.md @@ -3,6 +3,7 @@ ``` void MarkContentCorrupt( bool missingFilesOnly ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Auth.GetAuthSessionTicket.md b/Facepunch.Steamworks.Auth.GetAuthSessionTicket.md index 58bccef..ccdd079 100644 --- a/Facepunch.Steamworks.Auth.GetAuthSessionTicket.md +++ b/Facepunch.Steamworks.Auth.GetAuthSessionTicket.md @@ -3,6 +3,7 @@ ``` Ticket GetAuthSessionTicket( ) ``` +## Summary ``` Creates an auth ticket. Which you can send to a server to authenticate that you are who you say you are. diff --git a/Facepunch.Steamworks.BaseSteamworks.Dispose.md b/Facepunch.Steamworks.BaseSteamworks.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.BaseSteamworks.Dispose.md +++ b/Facepunch.Steamworks.BaseSteamworks.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md b/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md index 5314017..11b17fb 100644 --- a/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md +++ b/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md @@ -3,6 +3,7 @@ ``` void SetupCommonInterfaces( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.BaseSteamworks.Update.md b/Facepunch.Steamworks.BaseSteamworks.Update.md index aa58b34..e199d41 100644 --- a/Facepunch.Steamworks.BaseSteamworks.Update.md +++ b/Facepunch.Steamworks.BaseSteamworks.Update.md @@ -3,6 +3,7 @@ ``` void Update( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.CallbackHandle.Dispose.md b/Facepunch.Steamworks.CallbackHandle.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.CallbackHandle.Dispose.md +++ b/Facepunch.Steamworks.CallbackHandle.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Client.Dispose.md b/Facepunch.Steamworks.Client.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.Client.Dispose.md +++ b/Facepunch.Steamworks.Client.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Client.Update.md b/Facepunch.Steamworks.Client.Update.md index d65c6a1..77eabcd 100644 --- a/Facepunch.Steamworks.Client.Update.md +++ b/Facepunch.Steamworks.Client.Update.md @@ -3,6 +3,7 @@ ``` void Update( ) ``` +## Summary ``` Should be called at least once every frame ``` diff --git a/Facepunch.Steamworks.Config.ForcePlatform.md b/Facepunch.Steamworks.Config.ForcePlatform.md index 5fd4478..abc3568 100644 --- a/Facepunch.Steamworks.Config.ForcePlatform.md +++ b/Facepunch.Steamworks.Config.ForcePlatform.md @@ -3,6 +3,7 @@ ``` void ForcePlatform( OperatingSystem os, Architecture arch ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Friends.Get.md b/Facepunch.Steamworks.Friends.Get.md index c4fa1d2..d7214c2 100644 --- a/Facepunch.Steamworks.Friends.Get.md +++ b/Facepunch.Steamworks.Friends.Get.md @@ -3,6 +3,7 @@ ``` SteamFriend Get( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Friends.GetAvatar.md b/Facepunch.Steamworks.Friends.GetAvatar.md index 6a04642..f27b1b6 100644 --- a/Facepunch.Steamworks.Friends.GetAvatar.md +++ b/Facepunch.Steamworks.Friends.GetAvatar.md @@ -3,6 +3,7 @@ ``` Image GetAvatar( AvatarSize size, ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Friends.GetName.md b/Facepunch.Steamworks.Friends.GetName.md index f7fde52..0a0d3fb 100644 --- a/Facepunch.Steamworks.Friends.GetName.md +++ b/Facepunch.Steamworks.Friends.GetName.md @@ -3,6 +3,7 @@ ``` string GetName( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Friends.Refresh.md b/Facepunch.Steamworks.Friends.Refresh.md index 974451a..b1e3a2b 100644 --- a/Facepunch.Steamworks.Friends.Refresh.md +++ b/Facepunch.Steamworks.Friends.Refresh.md @@ -3,6 +3,7 @@ ``` void Refresh( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Image.GetPixel.md b/Facepunch.Steamworks.Image.GetPixel.md index 2e07268..096bb71 100644 --- a/Facepunch.Steamworks.Image.GetPixel.md +++ b/Facepunch.Steamworks.Image.GetPixel.md @@ -3,6 +3,7 @@ ``` Color GetPixel( int x, int y ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.CreateDefinition.md b/Facepunch.Steamworks.Inventory.CreateDefinition.md index 289e8b9..01d08f7 100644 --- a/Facepunch.Steamworks.Inventory.CreateDefinition.md +++ b/Facepunch.Steamworks.Inventory.CreateDefinition.md @@ -3,6 +3,7 @@ ``` Definition CreateDefinition( int id ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.Deserialize.md b/Facepunch.Steamworks.Inventory.Deserialize.md index 76a4e59..00ba395 100644 --- a/Facepunch.Steamworks.Inventory.Deserialize.md +++ b/Facepunch.Steamworks.Inventory.Deserialize.md @@ -3,6 +3,7 @@ ``` Result Deserialize( byte[] data, int dataLength ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.Dispose.md b/Facepunch.Steamworks.Inventory.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.Inventory.Dispose.md +++ b/Facepunch.Steamworks.Inventory.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.FindDefinition.md b/Facepunch.Steamworks.Inventory.FindDefinition.md index d909fc9..209ae7b 100644 --- a/Facepunch.Steamworks.Inventory.FindDefinition.md +++ b/Facepunch.Steamworks.Inventory.FindDefinition.md @@ -3,6 +3,7 @@ ``` Definition FindDefinition( int DefinitionId ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.PlaytimeHeartbeat.md b/Facepunch.Steamworks.Inventory.PlaytimeHeartbeat.md index 686a042..fef7c6a 100644 --- a/Facepunch.Steamworks.Inventory.PlaytimeHeartbeat.md +++ b/Facepunch.Steamworks.Inventory.PlaytimeHeartbeat.md @@ -3,6 +3,7 @@ ``` void PlaytimeHeartbeat( ) ``` +## Summary ``` Call this at least every two minutes, every frame doesn't hurt. You should call it when you consider it active play time. diff --git a/Facepunch.Steamworks.Inventory.PriceCategoryToFloat.md b/Facepunch.Steamworks.Inventory.PriceCategoryToFloat.md index c73e04e..7bcb9b5 100644 --- a/Facepunch.Steamworks.Inventory.PriceCategoryToFloat.md +++ b/Facepunch.Steamworks.Inventory.PriceCategoryToFloat.md @@ -3,6 +3,7 @@ ``` Single PriceCategoryToFloat( string price ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Inventory.Refresh.md b/Facepunch.Steamworks.Inventory.Refresh.md index 444ec90..8834652 100644 --- a/Facepunch.Steamworks.Inventory.Refresh.md +++ b/Facepunch.Steamworks.Inventory.Refresh.md @@ -3,6 +3,7 @@ ``` void Refresh( ) ``` +## Summary ``` Call this to retrieve the items. Note that if this has already been called it won't diff --git a/Facepunch.Steamworks.Networking.Dispose.md b/Facepunch.Steamworks.Networking.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.Networking.Dispose.md +++ b/Facepunch.Steamworks.Networking.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Networking.SendP2PPacket.md b/Facepunch.Steamworks.Networking.SendP2PPacket.md index e7c343e..efb1c42 100644 --- a/Facepunch.Steamworks.Networking.SendP2PPacket.md +++ b/Facepunch.Steamworks.Networking.SendP2PPacket.md @@ -3,6 +3,7 @@ ``` bool SendP2PPacket( ulong steamid, byte[] data, int length, SendType eP2PSendType, int nChannel ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.AcceptFriendRequest.md b/Facepunch.Steamworks.Overlay.AcceptFriendRequest.md index a07deb1..d18e1e7 100644 --- a/Facepunch.Steamworks.Overlay.AcceptFriendRequest.md +++ b/Facepunch.Steamworks.Overlay.AcceptFriendRequest.md @@ -3,6 +3,7 @@ ``` void AcceptFriendRequest( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.AddFriend.md b/Facepunch.Steamworks.Overlay.AddFriend.md index 1adb5d1..babe2be 100644 --- a/Facepunch.Steamworks.Overlay.AddFriend.md +++ b/Facepunch.Steamworks.Overlay.AddFriend.md @@ -3,6 +3,7 @@ ``` void AddFriend( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.IgnoreFriendRequest.md b/Facepunch.Steamworks.Overlay.IgnoreFriendRequest.md index 99a9b03..97b2797 100644 --- a/Facepunch.Steamworks.Overlay.IgnoreFriendRequest.md +++ b/Facepunch.Steamworks.Overlay.IgnoreFriendRequest.md @@ -3,6 +3,7 @@ ``` void IgnoreFriendRequest( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenAchievements.md b/Facepunch.Steamworks.Overlay.OpenAchievements.md index 9b89941..9f285e2 100644 --- a/Facepunch.Steamworks.Overlay.OpenAchievements.md +++ b/Facepunch.Steamworks.Overlay.OpenAchievements.md @@ -3,6 +3,7 @@ ``` void OpenAchievements( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenChat.md b/Facepunch.Steamworks.Overlay.OpenChat.md index 2c2a6c3..bfc9d7e 100644 --- a/Facepunch.Steamworks.Overlay.OpenChat.md +++ b/Facepunch.Steamworks.Overlay.OpenChat.md @@ -3,6 +3,7 @@ ``` void OpenChat( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenProfile.md b/Facepunch.Steamworks.Overlay.OpenProfile.md index efd8e68..91d0f16 100644 --- a/Facepunch.Steamworks.Overlay.OpenProfile.md +++ b/Facepunch.Steamworks.Overlay.OpenProfile.md @@ -3,6 +3,7 @@ ``` void OpenProfile( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenStats.md b/Facepunch.Steamworks.Overlay.OpenStats.md index 60bea08..a2b907a 100644 --- a/Facepunch.Steamworks.Overlay.OpenStats.md +++ b/Facepunch.Steamworks.Overlay.OpenStats.md @@ -3,6 +3,7 @@ ``` void OpenStats( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenTrade.md b/Facepunch.Steamworks.Overlay.OpenTrade.md index a997d85..8556d1c 100644 --- a/Facepunch.Steamworks.Overlay.OpenTrade.md +++ b/Facepunch.Steamworks.Overlay.OpenTrade.md @@ -3,6 +3,7 @@ ``` void OpenTrade( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenUrl.md b/Facepunch.Steamworks.Overlay.OpenUrl.md index a41e253..dcc3813 100644 --- a/Facepunch.Steamworks.Overlay.OpenUrl.md +++ b/Facepunch.Steamworks.Overlay.OpenUrl.md @@ -3,6 +3,7 @@ ``` void OpenUrl( string url ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.OpenUserPage.md b/Facepunch.Steamworks.Overlay.OpenUserPage.md index d826d27..9250bad 100644 --- a/Facepunch.Steamworks.Overlay.OpenUserPage.md +++ b/Facepunch.Steamworks.Overlay.OpenUserPage.md @@ -3,6 +3,7 @@ ``` void OpenUserPage( string name, ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Overlay.RemoveFriend.md b/Facepunch.Steamworks.Overlay.RemoveFriend.md index 4e62df5..c3ff1de 100644 --- a/Facepunch.Steamworks.Overlay.RemoveFriend.md +++ b/Facepunch.Steamworks.Overlay.RemoveFriend.md @@ -3,6 +3,7 @@ ``` void RemoveFriend( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Screenshots.Trigger.md b/Facepunch.Steamworks.Screenshots.Trigger.md index 76f8cdf..e5e164e 100644 --- a/Facepunch.Steamworks.Screenshots.Trigger.md +++ b/Facepunch.Steamworks.Screenshots.Trigger.md @@ -3,6 +3,7 @@ ``` void Trigger( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Server.LogOnAnonymous.md b/Facepunch.Steamworks.Server.LogOnAnonymous.md index 0b1cf21..9a11719 100644 --- a/Facepunch.Steamworks.Server.LogOnAnonymous.md +++ b/Facepunch.Steamworks.Server.LogOnAnonymous.md @@ -3,6 +3,7 @@ ``` void LogOnAnonymous( ) ``` +## Summary ``` Log onto Steam anonymously ``` diff --git a/Facepunch.Steamworks.Server.SetKey.md b/Facepunch.Steamworks.Server.SetKey.md index a3a9f86..1d31cf8 100644 --- a/Facepunch.Steamworks.Server.SetKey.md +++ b/Facepunch.Steamworks.Server.SetKey.md @@ -3,6 +3,7 @@ ``` void SetKey( string Key, string Value ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Server.Update.md b/Facepunch.Steamworks.Server.Update.md index d65c6a1..77eabcd 100644 --- a/Facepunch.Steamworks.Server.Update.md +++ b/Facepunch.Steamworks.Server.Update.md @@ -3,6 +3,7 @@ ``` void Update( ) ``` +## Summary ``` Should be called at least once every frame ``` diff --git a/Facepunch.Steamworks.Server.UpdatePlayer.md b/Facepunch.Steamworks.Server.UpdatePlayer.md index 3ebb61c..631b469 100644 --- a/Facepunch.Steamworks.Server.UpdatePlayer.md +++ b/Facepunch.Steamworks.Server.UpdatePlayer.md @@ -3,6 +3,7 @@ ``` void UpdatePlayer( ulong steamid, string name, int score ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerAuth.EndSession.md b/Facepunch.Steamworks.ServerAuth.EndSession.md index 51b9118..10cb56a 100644 --- a/Facepunch.Steamworks.ServerAuth.EndSession.md +++ b/Facepunch.Steamworks.ServerAuth.EndSession.md @@ -3,6 +3,7 @@ ``` void EndSession( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerAuth.StartSession.md b/Facepunch.Steamworks.ServerAuth.StartSession.md index 96fecc2..1346242 100644 --- a/Facepunch.Steamworks.ServerAuth.StartSession.md +++ b/Facepunch.Steamworks.ServerAuth.StartSession.md @@ -3,6 +3,7 @@ ``` bool StartSession( byte[] data, ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.AddToFavourite.md b/Facepunch.Steamworks.ServerList.AddToFavourite.md index fe80873..8e634c8 100644 --- a/Facepunch.Steamworks.ServerList.AddToFavourite.md +++ b/Facepunch.Steamworks.ServerList.AddToFavourite.md @@ -3,6 +3,7 @@ ``` void AddToFavourite( Server server ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.AddToHistory.md b/Facepunch.Steamworks.ServerList.AddToHistory.md index 52b4050..9058b2c 100644 --- a/Facepunch.Steamworks.ServerList.AddToHistory.md +++ b/Facepunch.Steamworks.ServerList.AddToHistory.md @@ -3,6 +3,7 @@ ``` void AddToHistory( Server server ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.Custom.md b/Facepunch.Steamworks.ServerList.Custom.md index 585f59b..c797027 100644 --- a/Facepunch.Steamworks.ServerList.Custom.md +++ b/Facepunch.Steamworks.ServerList.Custom.md @@ -3,6 +3,7 @@ ``` Request Custom( IEnumerable\ serverList ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.Favourites.md b/Facepunch.Steamworks.ServerList.Favourites.md index 3094522..8a4ae03 100644 --- a/Facepunch.Steamworks.ServerList.Favourites.md +++ b/Facepunch.Steamworks.ServerList.Favourites.md @@ -3,6 +3,7 @@ ``` Request Favourites( ) ``` +## Summary ``` Favourite filters don't seem to work, so we don't bother. You should apply them post process'dly diff --git a/Facepunch.Steamworks.ServerList.History.md b/Facepunch.Steamworks.ServerList.History.md index 2ba80b6..ca72ed9 100644 --- a/Facepunch.Steamworks.ServerList.History.md +++ b/Facepunch.Steamworks.ServerList.History.md @@ -3,6 +3,7 @@ ``` Request History( ) ``` +## Summary ``` History filters don't seem to work, so we don't bother. You should apply them post process'dly diff --git a/Facepunch.Steamworks.ServerList.Internet.md b/Facepunch.Steamworks.ServerList.Internet.md index 9032948..16a640e 100644 --- a/Facepunch.Steamworks.ServerList.Internet.md +++ b/Facepunch.Steamworks.ServerList.Internet.md @@ -3,6 +3,7 @@ ``` Request Internet( Filter filter ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.IsFavourite.md b/Facepunch.Steamworks.ServerList.IsFavourite.md index c7221f4..d215f1e 100644 --- a/Facepunch.Steamworks.ServerList.IsFavourite.md +++ b/Facepunch.Steamworks.ServerList.IsFavourite.md @@ -3,6 +3,7 @@ ``` bool IsFavourite( Server server ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.RemoveFromFavourite.md b/Facepunch.Steamworks.ServerList.RemoveFromFavourite.md index cbac231..ba23c83 100644 --- a/Facepunch.Steamworks.ServerList.RemoveFromFavourite.md +++ b/Facepunch.Steamworks.ServerList.RemoveFromFavourite.md @@ -3,6 +3,7 @@ ``` void RemoveFromFavourite( Server server ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerList.RemoveFromHistory.md b/Facepunch.Steamworks.ServerList.RemoveFromHistory.md index 51327ae..2186063 100644 --- a/Facepunch.Steamworks.ServerList.RemoveFromHistory.md +++ b/Facepunch.Steamworks.ServerList.RemoveFromHistory.md @@ -3,6 +3,7 @@ ``` void RemoveFromHistory( Server server ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md b/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md index 2ebd570..eade134 100644 --- a/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md +++ b/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md @@ -3,6 +3,7 @@ ``` bool GetOutgoingPacket( Packet& packet ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerQuery.Handle.md b/Facepunch.Steamworks.ServerQuery.Handle.md index 24f2295..7cf2063 100644 --- a/Facepunch.Steamworks.ServerQuery.Handle.md +++ b/Facepunch.Steamworks.ServerQuery.Handle.md @@ -3,6 +3,7 @@ ``` void Handle( byte[] data, int size, uint address, UInt16 port ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerStats.Commit.md b/Facepunch.Steamworks.ServerStats.Commit.md index abd9544..3f7d54e 100644 --- a/Facepunch.Steamworks.ServerStats.Commit.md +++ b/Facepunch.Steamworks.ServerStats.Commit.md @@ -3,6 +3,7 @@ ``` void Commit( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerStats.GetFloat.md b/Facepunch.Steamworks.ServerStats.GetFloat.md index 696aa6c..3a32e42 100644 --- a/Facepunch.Steamworks.ServerStats.GetFloat.md +++ b/Facepunch.Steamworks.ServerStats.GetFloat.md @@ -3,6 +3,7 @@ ``` Single GetFloat( ulong steamid, string name, Single defaultValue ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerStats.GetInt.md b/Facepunch.Steamworks.ServerStats.GetInt.md index 073e926..9c9148b 100644 --- a/Facepunch.Steamworks.ServerStats.GetInt.md +++ b/Facepunch.Steamworks.ServerStats.GetInt.md @@ -3,6 +3,7 @@ ``` int GetInt( ulong steamid, string name, int defaultValue ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerStats.Refresh.md b/Facepunch.Steamworks.ServerStats.Refresh.md index 875c9c8..04f9937 100644 --- a/Facepunch.Steamworks.ServerStats.Refresh.md +++ b/Facepunch.Steamworks.ServerStats.Refresh.md @@ -3,6 +3,7 @@ ``` void Refresh( ulong steamid ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.ServerStats.Set.md b/Facepunch.Steamworks.ServerStats.Set.md index 79500d5..479cd57 100644 --- a/Facepunch.Steamworks.ServerStats.Set.md +++ b/Facepunch.Steamworks.ServerStats.Set.md @@ -3,6 +3,7 @@ ``` bool Set( ulong steamid, string name, Single stat ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.GetFloat.md b/Facepunch.Steamworks.Stats.GetFloat.md index 340871d..c134554 100644 --- a/Facepunch.Steamworks.Stats.GetFloat.md +++ b/Facepunch.Steamworks.Stats.GetFloat.md @@ -3,6 +3,7 @@ ``` Single GetFloat( string name ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.GetGlobalFloat.md b/Facepunch.Steamworks.Stats.GetGlobalFloat.md index 6139451..a51822d 100644 --- a/Facepunch.Steamworks.Stats.GetGlobalFloat.md +++ b/Facepunch.Steamworks.Stats.GetGlobalFloat.md @@ -3,6 +3,7 @@ ``` Double GetGlobalFloat( string name ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.GetGlobalInt.md b/Facepunch.Steamworks.Stats.GetGlobalInt.md index c950cc7..9cde761 100644 --- a/Facepunch.Steamworks.Stats.GetGlobalInt.md +++ b/Facepunch.Steamworks.Stats.GetGlobalInt.md @@ -3,6 +3,7 @@ ``` Int64 GetGlobalInt( string name ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.GetInt.md b/Facepunch.Steamworks.Stats.GetInt.md index 3c28175..b3659b7 100644 --- a/Facepunch.Steamworks.Stats.GetInt.md +++ b/Facepunch.Steamworks.Stats.GetInt.md @@ -3,6 +3,7 @@ ``` int GetInt( string name ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.UpdateGlobalStats.md b/Facepunch.Steamworks.Stats.UpdateGlobalStats.md index 00f9ada..0da551b 100644 --- a/Facepunch.Steamworks.Stats.UpdateGlobalStats.md +++ b/Facepunch.Steamworks.Stats.UpdateGlobalStats.md @@ -3,6 +3,7 @@ ``` void UpdateGlobalStats( int days ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Stats.UpdateStats.md b/Facepunch.Steamworks.Stats.UpdateStats.md index eb1cb53..f66d236 100644 --- a/Facepunch.Steamworks.Stats.UpdateStats.md +++ b/Facepunch.Steamworks.Stats.UpdateStats.md @@ -3,6 +3,7 @@ ``` void UpdateStats( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.SteamFriend.Refresh.md b/Facepunch.Steamworks.SteamFriend.Refresh.md index 974451a..b1e3a2b 100644 --- a/Facepunch.Steamworks.SteamFriend.Refresh.md +++ b/Facepunch.Steamworks.SteamFriend.Refresh.md @@ -3,6 +3,7 @@ ``` void Refresh( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Voice.Decompress.md b/Facepunch.Steamworks.Voice.Decompress.md index 1459fd3..defe6f6 100644 --- a/Facepunch.Steamworks.Voice.Decompress.md +++ b/Facepunch.Steamworks.Voice.Decompress.md @@ -3,6 +3,7 @@ ``` bool Decompress( IntPtr input, int inputoffset, int inputsize, MemoryStream output, uint samepleRate ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Voice.Dispose.md b/Facepunch.Steamworks.Voice.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.Voice.Dispose.md +++ b/Facepunch.Steamworks.Voice.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Workshop.CreateItem.md b/Facepunch.Steamworks.Workshop.CreateItem.md index 9f29f75..54d7f24 100644 --- a/Facepunch.Steamworks.Workshop.CreateItem.md +++ b/Facepunch.Steamworks.Workshop.CreateItem.md @@ -3,6 +3,7 @@ ``` Editor CreateItem( ItemType type ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Workshop.CreateQuery.md b/Facepunch.Steamworks.Workshop.CreateQuery.md index 712a1df..743017e 100644 --- a/Facepunch.Steamworks.Workshop.CreateQuery.md +++ b/Facepunch.Steamworks.Workshop.CreateQuery.md @@ -3,6 +3,7 @@ ``` Query CreateQuery( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Workshop.Dispose.md b/Facepunch.Steamworks.Workshop.Dispose.md index f5597a9..18df2d6 100644 --- a/Facepunch.Steamworks.Workshop.Dispose.md +++ b/Facepunch.Steamworks.Workshop.Dispose.md @@ -3,6 +3,7 @@ ``` void Dispose( ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Workshop.EditItem.md b/Facepunch.Steamworks.Workshop.EditItem.md index d4e54ad..4a69d1f 100644 --- a/Facepunch.Steamworks.Workshop.EditItem.md +++ b/Facepunch.Steamworks.Workshop.EditItem.md @@ -3,6 +3,7 @@ ``` Editor EditItem( ulong itemId ) ``` +## Summary ``` No documentation available ``` diff --git a/Facepunch.Steamworks.Workshop.GetItem.md b/Facepunch.Steamworks.Workshop.GetItem.md index 14949ac..a3648a5 100644 --- a/Facepunch.Steamworks.Workshop.GetItem.md +++ b/Facepunch.Steamworks.Workshop.GetItem.md @@ -3,6 +3,7 @@ ``` Item GetItem( ulong itemid ) ``` +## Summary ``` No documentation available ```