Deleted bullshit

Garry Newman 2016-11-04 20:32:05 +00:00
parent 4be1ed99e8
commit 6fa510c0e5
14 changed files with 2 additions and 125 deletions

@ -1,9 +0,0 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -1,9 +0,0 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# SetupCommonInterfaces
## Method
```
void SetupCommonInterfaces( )
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -1,9 +0,0 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -1,9 +0,0 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -5,5 +5,6 @@ bool GetOutgoingPacket( Packet& packet )
``` ```
## Summary ## 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.
``` ```

@ -1,9 +0,0 @@
# BeginInvoke
## Method
```
IAsyncResult BeginInvoke( int nSeverity, string pchDebugText, AsyncCallback callback, object object )
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# EndInvoke
## Method
```
void EndInvoke( IAsyncResult result )
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# Invoke
## Method
```
void Invoke( int nSeverity, string pchDebugText )
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# Method
## Property
```
MethodInfo Method
```
## Summary
```
No documentation available
```

@ -1,9 +0,0 @@
# Target
## Property
```
object Target
```
## Summary
```
No documentation available
```

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