diff --git a/Facepunch.Steamworks.BaseSteamworks.OnMessage.md b/Facepunch.Steamworks.BaseSteamworks.OnMessage.md deleted file mode 100644 index 5698a53..0000000 --- a/Facepunch.Steamworks.BaseSteamworks.OnMessage.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnMessage -## Property -``` -Action\ OnMessage -``` -## Summary -``` -Called with a message from Steam -``` diff --git a/Facepunch.Steamworks.BaseSteamworks.OnUpdate.md b/Facepunch.Steamworks.BaseSteamworks.OnUpdate.md deleted file mode 100644 index f6a76ec..0000000 --- a/Facepunch.Steamworks.BaseSteamworks.OnUpdate.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnUpdate -## Property -``` -Action OnUpdate -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md b/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md deleted file mode 100644 index 11b17fb..0000000 --- a/Facepunch.Steamworks.BaseSteamworks.SetupCommonInterfaces.md +++ /dev/null @@ -1,9 +0,0 @@ -# SetupCommonInterfaces -## Method -``` -void SetupCommonInterfaces( ) -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.Client.OnMessage.md b/Facepunch.Steamworks.Client.OnMessage.md deleted file mode 100644 index 5698a53..0000000 --- a/Facepunch.Steamworks.Client.OnMessage.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnMessage -## Property -``` -Action\ OnMessage -``` -## Summary -``` -Called with a message from Steam -``` diff --git a/Facepunch.Steamworks.Client.OnUpdate.md b/Facepunch.Steamworks.Client.OnUpdate.md deleted file mode 100644 index f6a76ec..0000000 --- a/Facepunch.Steamworks.Client.OnUpdate.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnUpdate -## Property -``` -Action OnUpdate -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.Server.OnMessage.md b/Facepunch.Steamworks.Server.OnMessage.md deleted file mode 100644 index 5698a53..0000000 --- a/Facepunch.Steamworks.Server.OnMessage.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnMessage -## Property -``` -Action\ OnMessage -``` -## Summary -``` -Called with a message from Steam -``` diff --git a/Facepunch.Steamworks.Server.OnUpdate.md b/Facepunch.Steamworks.Server.OnUpdate.md deleted file mode 100644 index f6a76ec..0000000 --- a/Facepunch.Steamworks.Server.OnUpdate.md +++ /dev/null @@ -1,9 +0,0 @@ -# OnUpdate -## Property -``` -Action OnUpdate -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md b/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md index eade134..1fcb78b 100644 --- a/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md +++ b/Facepunch.Steamworks.ServerQuery.GetOutgoingPacket.md @@ -5,5 +5,6 @@ bool GetOutgoingPacket( Packet& packet ) ``` ## Summary ``` -No documentation available +If true, Steam wants to send a packet. You should respond by sending + this packet in an unconnected way to the returned Address and Port. ``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.BeginInvoke.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.BeginInvoke.md deleted file mode 100644 index e20d38a..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.BeginInvoke.md +++ /dev/null @@ -1,9 +0,0 @@ -# BeginInvoke -## Method -``` -IAsyncResult BeginInvoke( int nSeverity, string pchDebugText, AsyncCallback callback, object object ) -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.EndInvoke.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.EndInvoke.md deleted file mode 100644 index a7cc8e2..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.EndInvoke.md +++ /dev/null @@ -1,9 +0,0 @@ -# EndInvoke -## Method -``` -void EndInvoke( IAsyncResult result ) -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Invoke.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.Invoke.md deleted file mode 100644 index 8d16036..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Invoke.md +++ /dev/null @@ -1,9 +0,0 @@ -# Invoke -## Method -``` -void Invoke( int nSeverity, string pchDebugText ) -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Method.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.Method.md deleted file mode 100644 index add7272..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Method.md +++ /dev/null @@ -1,9 +0,0 @@ -# Method -## Property -``` -MethodInfo Method -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Target.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.Target.md deleted file mode 100644 index 5885c53..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.Target.md +++ /dev/null @@ -1,9 +0,0 @@ -# Target -## Property -``` -object Target -``` -## Summary -``` -No documentation available -``` diff --git a/Facepunch.Steamworks.SteamAPIWarningMessageHook.md b/Facepunch.Steamworks.SteamAPIWarningMessageHook.md deleted file mode 100644 index 4ce7ac5..0000000 --- a/Facepunch.Steamworks.SteamAPIWarningMessageHook.md +++ /dev/null @@ -1,16 +0,0 @@ -# SteamAPIWarningMessageHook - -### Summary -``` -No documentation available -``` -### Methods -* **IAsyncResult** [[BeginInvoke|Facepunch.Steamworks.SteamAPIWarningMessageHook.BeginInvoke]]( **int** nSeverity, **string** pchDebugText, **AsyncCallback** callback, **object** object ) -* **void** [[EndInvoke|Facepunch.Steamworks.SteamAPIWarningMessageHook.EndInvoke]]( **IAsyncResult** result ) -* **void** [[Invoke|Facepunch.Steamworks.SteamAPIWarningMessageHook.Invoke]]( **int** nSeverity, **string** pchDebugText ) - -### Properties -* **MethodInfo** [[Method|Facepunch.Steamworks.SteamAPIWarningMessageHook.Method]] -* **object** [[Target|Facepunch.Steamworks.SteamAPIWarningMessageHook.Target]] - -### Fields