Variable type links

Garry Newman 2016-11-09 11:02:51 +00:00
parent ffd8176887
commit 80a719dfff
183 changed files with 322 additions and 322 deletions

@ -1,6 +1,6 @@
# BuildId
## Property
int BuildId
**[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BuildId|Facepunch.Steamworks.App.BuildId]]
## Summary
Returns the current BuildId of the game.

@ -1,6 +1,6 @@
# MarkContentCorrupt
## Method
void MarkContentCorrupt( bool missingFilesOnly )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[MarkContentCorrupt|Facepunch.Steamworks.App.MarkContentCorrupt]]( **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** missingFilesOnly )
## Summary
No documentation available

@ -6,7 +6,7 @@ No documentation available
```
### Methods
* **void** [[MarkContentCorrupt|Facepunch.Steamworks.App.MarkContentCorrupt]]( **bool** missingFilesOnly )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[MarkContentCorrupt|Facepunch.Steamworks.App.MarkContentCorrupt]]( **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** missingFilesOnly )
### Properties
* **int** [[BuildId|Facepunch.Steamworks.App.BuildId]]
* **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BuildId|Facepunch.Steamworks.App.BuildId]]

@ -1,6 +1,6 @@
# Auth.1
## Constructor
Auth( )
[[Auth|Facepunch.Steamworks.Auth.Auth.1]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# GetAuthSessionTicket
## Method
Ticket GetAuthSessionTicket( )
**[[Ticket|Facepunch.Steamworks.Auth+Ticket]]** [[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]( )
## Summary
Creates an auth ticket.

@ -9,4 +9,4 @@ No documentation available
* [[Auth|Facepunch.Steamworks.Auth.Auth.1]]( )
### Methods
* **Ticket** [[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]( )
* **[[Ticket|Facepunch.Steamworks.Auth+Ticket]]** [[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]( )

@ -1,6 +1,6 @@
# AppId
## Property
uint AppId
**[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]
## Summary
Current running program's AppId

@ -1,6 +1,6 @@
# BaseSteamworks.1
## Constructor
BaseSteamworks( )
[[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Dispose
## Method
void Dispose( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Inventory
## Property
Inventory Inventory
**[[Inventory|Facepunch.Steamworks.Inventory]]** [[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# IsValid
## Property
bool IsValid
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]
## Summary
Returns true if this instance has initialized properly.

@ -1,6 +1,6 @@
# Networking
## Property
Networking Networking
**[[Networking|Facepunch.Steamworks.Networking]]** [[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Update
## Method
void Update( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Update|Facepunch.Steamworks.BaseSteamworks.Update]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# UpdateWhile
## Method
void UpdateWhile( Func\<bool\> func )
**[[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 )
## Summary
Run Update until func returns false.

@ -1,6 +1,6 @@
# Workshop
## Property
Workshop Workshop
**[[Workshop|Facepunch.Steamworks.Workshop]]** [[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]
## Summary
No documentation available

@ -9,13 +9,13 @@ Implements shared functionality between Steamworks.Client and Steamworks.Server
* [[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]( )
### Methods
* **void** [[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]( )
* **void** [[Update|Facepunch.Steamworks.BaseSteamworks.Update]]( )
* **void** [[UpdateWhile|Facepunch.Steamworks.BaseSteamworks.UpdateWhile]]( **Func\<bool\>** func )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]( )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Update|Facepunch.Steamworks.BaseSteamworks.Update]]( )
* **[[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 )
### Properties
* **uint** [[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]
* **Inventory** [[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]
* **bool** [[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]
* **Networking** [[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]
* **Workshop** [[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]
* **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]
* **[[Inventory|Facepunch.Steamworks.Inventory]]** [[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]
* **[[Networking|Facepunch.Steamworks.Networking]]** [[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]
* **[[Workshop|Facepunch.Steamworks.Workshop]]** [[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]

@ -1,6 +1,6 @@
# App
## Property
App App
**[[App|Facepunch.Steamworks.App]]** [[App|Facepunch.Steamworks.Client.App]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# AppId
## Property
uint AppId
**[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.Client.AppId]]
## Summary
Current running program's AppId

@ -1,6 +1,6 @@
# Auth
## Property
Auth Auth
**[[Auth|Facepunch.Steamworks.Auth]]** [[Auth|Facepunch.Steamworks.Client.Auth]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# BetaName
## Property
string BetaName
**[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BetaName|Facepunch.Steamworks.Client.BetaName]]
## Summary
Current Beta name, if we're using a beta branch.

@ -1,6 +1,6 @@
# Client.1
## Constructor
Client( uint appId )
[[Client|Facepunch.Steamworks.Client.Client.1]]( **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** appId )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Dispose
## Method
void Dispose( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Client.Dispose]]( )
## Summary
Call when finished to shut down the Steam client.

@ -1,6 +1,6 @@
# Friends
## Property
Friends Friends
**[[Friends|Facepunch.Steamworks.Friends]]** [[Friends|Facepunch.Steamworks.Client.Friends]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Inventory
## Property
Inventory Inventory
**[[Inventory|Facepunch.Steamworks.Inventory]]** [[Inventory|Facepunch.Steamworks.Client.Inventory]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# IsValid
## Property
bool IsValid
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsValid|Facepunch.Steamworks.Client.IsValid]]
## Summary
Returns true if this instance has initialized properly.

@ -1,6 +1,6 @@
# Networking
## Property
Networking Networking
**[[Networking|Facepunch.Steamworks.Networking]]** [[Networking|Facepunch.Steamworks.Client.Networking]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Overlay
## Property
Overlay Overlay
**[[Overlay|Facepunch.Steamworks.Overlay]]** [[Overlay|Facepunch.Steamworks.Client.Overlay]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Screenshots
## Property
Screenshots Screenshots
**[[Screenshots|Facepunch.Steamworks.Screenshots]]** [[Screenshots|Facepunch.Steamworks.Client.Screenshots]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# ServerList
## Property
ServerList ServerList
**[[ServerList|Facepunch.Steamworks.ServerList]]** [[ServerList|Facepunch.Steamworks.Client.ServerList]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Stats
## Property
Stats Stats
**[[Stats|Facepunch.Steamworks.Stats]]** [[Stats|Facepunch.Steamworks.Client.Stats]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# SteamId
## Property
ulong SteamId
**[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SteamId|Facepunch.Steamworks.Client.SteamId]]
## Summary
Current user's SteamId

@ -1,6 +1,6 @@
# Update
## Method
void Update( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Update|Facepunch.Steamworks.Client.Update]]( )
## Summary
Should be called at least once every frame

@ -1,6 +1,6 @@
# Username
## Property
string Username
**[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Username|Facepunch.Steamworks.Client.Username]]
## Summary
Current user's Username

@ -1,6 +1,6 @@
# Voice
## Property
Voice Voice
**[[Voice|Facepunch.Steamworks.Voice]]** [[Voice|Facepunch.Steamworks.Client.Voice]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Workshop
## Property
Workshop Workshop
**[[Workshop|Facepunch.Steamworks.Workshop]]** [[Workshop|Facepunch.Steamworks.Client.Workshop]]
## Summary
No documentation available

@ -6,26 +6,26 @@ No documentation available
```
### Constructors
* [[Client|Facepunch.Steamworks.Client.Client.1]]( **uint** appId )
* [[Client|Facepunch.Steamworks.Client.Client.1]]( **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** appId )
### Methods
* **void** [[Dispose|Facepunch.Steamworks.Client.Dispose]]( )
* **void** [[Update|Facepunch.Steamworks.Client.Update]]( )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Client.Dispose]]( )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Update|Facepunch.Steamworks.Client.Update]]( )
### Properties
* **App** [[App|Facepunch.Steamworks.Client.App]]
* **uint** [[AppId|Facepunch.Steamworks.Client.AppId]]
* **Auth** [[Auth|Facepunch.Steamworks.Client.Auth]]
* **string** [[BetaName|Facepunch.Steamworks.Client.BetaName]]
* **Friends** [[Friends|Facepunch.Steamworks.Client.Friends]]
* **Inventory** [[Inventory|Facepunch.Steamworks.Client.Inventory]]
* **bool** [[IsValid|Facepunch.Steamworks.Client.IsValid]]
* **Networking** [[Networking|Facepunch.Steamworks.Client.Networking]]
* **Overlay** [[Overlay|Facepunch.Steamworks.Client.Overlay]]
* **Screenshots** [[Screenshots|Facepunch.Steamworks.Client.Screenshots]]
* **ServerList** [[ServerList|Facepunch.Steamworks.Client.ServerList]]
* **Stats** [[Stats|Facepunch.Steamworks.Client.Stats]]
* **ulong** [[SteamId|Facepunch.Steamworks.Client.SteamId]]
* **string** [[Username|Facepunch.Steamworks.Client.Username]]
* **Voice** [[Voice|Facepunch.Steamworks.Client.Voice]]
* **Workshop** [[Workshop|Facepunch.Steamworks.Client.Workshop]]
* **[[App|Facepunch.Steamworks.App]]** [[App|Facepunch.Steamworks.Client.App]]
* **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.Client.AppId]]
* **[[Auth|Facepunch.Steamworks.Auth]]** [[Auth|Facepunch.Steamworks.Client.Auth]]
* **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BetaName|Facepunch.Steamworks.Client.BetaName]]
* **[[Friends|Facepunch.Steamworks.Friends]]** [[Friends|Facepunch.Steamworks.Client.Friends]]
* **[[Inventory|Facepunch.Steamworks.Inventory]]** [[Inventory|Facepunch.Steamworks.Client.Inventory]]
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsValid|Facepunch.Steamworks.Client.IsValid]]
* **[[Networking|Facepunch.Steamworks.Networking]]** [[Networking|Facepunch.Steamworks.Client.Networking]]
* **[[Overlay|Facepunch.Steamworks.Overlay]]** [[Overlay|Facepunch.Steamworks.Client.Overlay]]
* **[[Screenshots|Facepunch.Steamworks.Screenshots]]** [[Screenshots|Facepunch.Steamworks.Client.Screenshots]]
* **[[ServerList|Facepunch.Steamworks.ServerList]]** [[ServerList|Facepunch.Steamworks.Client.ServerList]]
* **[[Stats|Facepunch.Steamworks.Stats]]** [[Stats|Facepunch.Steamworks.Client.Stats]]
* **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SteamId|Facepunch.Steamworks.Client.SteamId]]
* **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Username|Facepunch.Steamworks.Client.Username]]
* **[[Voice|Facepunch.Steamworks.Voice]]** [[Voice|Facepunch.Steamworks.Client.Voice]]
* **[[Workshop|Facepunch.Steamworks.Workshop]]** [[Workshop|Facepunch.Steamworks.Client.Workshop]]

@ -1,6 +1,6 @@
# ForcePlatform
## Method
void ForcePlatform( OperatingSystem os, Architecture arch )
**[[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 )
## Summary
You can force the platform to a particular one here.

@ -1,6 +1,6 @@
# UseThisCall
## Property
bool UseThisCall
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]
## Summary
Some platforms allow/need CallingConvention.ThisCall. If you're crashing with argument null

@ -6,7 +6,7 @@ No documentation available
```
### Methods
* **void** [[ForcePlatform|Facepunch.Steamworks.Config.ForcePlatform]]( **OperatingSystem** os, **Architecture** arch )
* **[[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 )
### Properties
* **bool** [[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]

@ -1,6 +1,6 @@
# All
## Property
IEnumerable\<SteamFriend\> All
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
## Summary
Returns all friends, even blocked, ignored, friend requests etc

@ -1,6 +1,6 @@
# AllBlocked
## Property
IEnumerable\<SteamFriend\> AllBlocked
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# AllFriends
## Property
IEnumerable\<SteamFriend\> AllFriends
**[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Get
## Method
SteamFriend Get( ulong steamid )
**[[SteamFriend|Facepunch.Steamworks.SteamFriend]]** [[Get|Facepunch.Steamworks.Friends.Get]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# GetAvatar
## Method
Image GetAvatar( AvatarSize size, ulong steamid )
**[[Image|Facepunch.Steamworks.Image]]** [[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]( **[[AvatarSize|Facepunch.Steamworks.Friends+AvatarSize]]** size, **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# GetName
## Method
string GetName( ulong steamid )
**[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GetName|Facepunch.Steamworks.Friends.GetName]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Refresh
## Method
void Refresh( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.Friends.Refresh]]( )
## Summary
No documentation available

@ -6,12 +6,12 @@ No documentation available
```
### Methods
* **SteamFriend** [[Get|Facepunch.Steamworks.Friends.Get]]( **ulong** steamid )
* **Image** [[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]( **AvatarSize** size, **ulong** steamid )
* **string** [[GetName|Facepunch.Steamworks.Friends.GetName]]( **ulong** steamid )
* **void** [[Refresh|Facepunch.Steamworks.Friends.Refresh]]( )
* **[[SteamFriend|Facepunch.Steamworks.SteamFriend]]** [[Get|Facepunch.Steamworks.Friends.Get]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[Image|Facepunch.Steamworks.Image]]** [[GetAvatar|Facepunch.Steamworks.Friends.GetAvatar]]( **[[AvatarSize|Facepunch.Steamworks.Friends+AvatarSize]]** size, **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GetName|Facepunch.Steamworks.Friends.GetName]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.Friends.Refresh]]( )
### Properties
* **IEnumerable\<SteamFriend\>** [[All|Facepunch.Steamworks.Friends.All]]
* **IEnumerable\<SteamFriend\>** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
* **IEnumerable\<SteamFriend\>** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[All|Facepunch.Steamworks.Friends.All]]
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]
* **[[IEnumerable\<SteamFriend\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]

@ -1,6 +1,6 @@
# Data
## Property
byte[] Data
**[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Data|Facepunch.Steamworks.Image.Data]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# GetPixel
## Method
Color GetPixel( int x, int y )
**[[Color|Facepunch.Steamworks.Color]]** [[GetPixel|Facepunch.Steamworks.Image.GetPixel]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** x, **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** y )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Height
## Property
int Height
**[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Height|Facepunch.Steamworks.Image.Height]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Id
## Property
int Id
**[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Id|Facepunch.Steamworks.Image.Id]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Image.1
## Constructor
Image( )
[[Image|Facepunch.Steamworks.Image.Image.1]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# IsError
## Property
bool IsError
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsError|Facepunch.Steamworks.Image.IsError]]
## Summary
Return true if this image couldn't be loaded for some reason

@ -1,6 +1,6 @@
# IsLoaded
## Property
bool IsLoaded
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# Width
## Property
int Width
**[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Width|Facepunch.Steamworks.Image.Width]]
## Summary
No documentation available

@ -9,12 +9,12 @@ No documentation available
* [[Image|Facepunch.Steamworks.Image.Image.1]]( )
### Methods
* **Color** [[GetPixel|Facepunch.Steamworks.Image.GetPixel]]( **int** x, **int** y )
* **[[Color|Facepunch.Steamworks.Color]]** [[GetPixel|Facepunch.Steamworks.Image.GetPixel]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** x, **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** y )
### Properties
* **byte[]** [[Data|Facepunch.Steamworks.Image.Data]]
* **int** [[Height|Facepunch.Steamworks.Image.Height]]
* **int** [[Id|Facepunch.Steamworks.Image.Id]]
* **bool** [[IsError|Facepunch.Steamworks.Image.IsError]]
* **bool** [[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]
* **int** [[Width|Facepunch.Steamworks.Image.Width]]
* **[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Data|Facepunch.Steamworks.Image.Data]]
* **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Height|Facepunch.Steamworks.Image.Height]]
* **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Id|Facepunch.Steamworks.Image.Id]]
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsError|Facepunch.Steamworks.Image.IsError]]
* **[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]
* **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Width|Facepunch.Steamworks.Image.Width]]

@ -1,6 +1,6 @@
# CraftItem
## Method
Result CraftItem( Item[] list, Definition target )
**[[Result|Facepunch.Steamworks.Inventory+Result]]** [[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]( **[[Item[]|Facepunch.Steamworks.Inventory+Item[]]]** list, **[[Definition|Facepunch.Steamworks.Inventory+Definition]]** target )
## Summary
Crafting! Uses the passed items to buy the target item.

@ -1,6 +1,6 @@
# CreateDefinition
## Method
Definition CreateDefinition( int id )
**[[Definition|Facepunch.Steamworks.Inventory+Definition]]** [[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** id )
## Summary
Some definitions aren't sent to the client, and all aren't available on the server.

@ -1,6 +1,6 @@
# Definitions
## Property
Definition[] Definitions
**[[Definition[]|Facepunch.Steamworks.Inventory+Definition[]]]** [[Definitions|Facepunch.Steamworks.Inventory.Definitions]]
## Summary
A list of items defined for this app.

@ -1,6 +1,6 @@
# Deserialize
## Method
Result Deserialize( byte[] data, int dataLength )
**[[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 )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Dispose
## Method
void Dispose( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Inventory.Dispose]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# FindDefinition
## Method
Definition FindDefinition( int DefinitionId )
**[[Definition|Facepunch.Steamworks.Inventory+Definition]]** [[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** DefinitionId )
## Summary
You really need me to explain what this does?

@ -1,6 +1,6 @@
# Items
## Property
Item[] Items
**[[Item[]|Facepunch.Steamworks.Inventory+Item[]]]** [[Items|Facepunch.Steamworks.Inventory.Items]]
## Summary
A list of items owned by this user. You should call Refresh() before trying to access this,

@ -1,6 +1,6 @@
# OnUpdate
## Property
Action OnUpdate
**[[Action|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]
## Summary
Called when the local client's items are first retrieved, and when they change.

@ -1,6 +1,6 @@
# PlaytimeHeartbeat
## Method
void PlaytimeHeartbeat( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]( )
## Summary
Call this at least every two minutes, every frame doesn't hurt.

@ -1,6 +1,6 @@
# PriceCategoryToFloat
## Method
float PriceCategoryToFloat( string price )
**[[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[PriceCategoryToFloat|Facepunch.Steamworks.Inventory.PriceCategoryToFloat]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** price )
## Summary
Utility, given a "1;VLV250" string, convert it to a 2.5

@ -1,6 +1,6 @@
# Refresh
## Method
void Refresh( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.Inventory.Refresh]]( )
## Summary
Call this to retrieve the items.

@ -1,6 +1,6 @@
# SerializedExpireTime
## Property
DateTime SerializedExpireTime
**[[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SerializedExpireTime|Facepunch.Steamworks.Inventory.SerializedExpireTime]]
## Summary
Serialized data exprires after an hour. This is the time the value in SerializedItems will expire.

@ -1,6 +1,6 @@
# SerializedItems
## Property
byte[] SerializedItems
**[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SerializedItems|Facepunch.Steamworks.Inventory.SerializedItems]]
## Summary
You can send this data to a server, or another player who can then deserialize it

@ -6,18 +6,18 @@ No documentation available
```
### Methods
* **Result** [[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]( **Item[]** list, **Definition** target )
* **Definition** [[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]( **int** id )
* **Result** [[Deserialize|Facepunch.Steamworks.Inventory.Deserialize]]( **byte[]** data, **int** dataLength )
* **void** [[Dispose|Facepunch.Steamworks.Inventory.Dispose]]( )
* **Definition** [[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]( **int** DefinitionId )
* **void** [[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]( )
* **float** [[PriceCategoryToFloat|Facepunch.Steamworks.Inventory.PriceCategoryToFloat]]( **string** price )
* **void** [[Refresh|Facepunch.Steamworks.Inventory.Refresh]]( )
* **[[Result|Facepunch.Steamworks.Inventory+Result]]** [[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]( **[[Item[]|Facepunch.Steamworks.Inventory+Item[]]]** list, **[[Definition|Facepunch.Steamworks.Inventory+Definition]]** target )
* **[[Definition|Facepunch.Steamworks.Inventory+Definition]]** [[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** id )
* **[[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 )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Inventory.Dispose]]( )
* **[[Definition|Facepunch.Steamworks.Inventory+Definition]]** [[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]( **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** DefinitionId )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]( )
* **[[float|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[PriceCategoryToFloat|Facepunch.Steamworks.Inventory.PriceCategoryToFloat]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** price )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Refresh|Facepunch.Steamworks.Inventory.Refresh]]( )
### Fields
* **Action** [[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]
* **Item[]** [[Items|Facepunch.Steamworks.Inventory.Items]]
* **byte[]** [[SerializedItems|Facepunch.Steamworks.Inventory.SerializedItems]]
* **DateTime** [[SerializedExpireTime|Facepunch.Steamworks.Inventory.SerializedExpireTime]]
* **Definition[]** [[Definitions|Facepunch.Steamworks.Inventory.Definitions]]
* **[[Action|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]
* **[[Item[]|Facepunch.Steamworks.Inventory+Item[]]]** [[Items|Facepunch.Steamworks.Inventory.Items]]
* **[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SerializedItems|Facepunch.Steamworks.Inventory.SerializedItems]]
* **[[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[SerializedExpireTime|Facepunch.Steamworks.Inventory.SerializedExpireTime]]
* **[[Definition[]|Facepunch.Steamworks.Inventory+Definition[]]]** [[Definitions|Facepunch.Steamworks.Inventory.Definitions]]

@ -1,6 +1,6 @@
# Dispose
## Method
void Dispose( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Networking.Dispose]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OnConnectionFailed
## Property
Action\<ulong, SessionError\> OnConnectionFailed
**[[Action\<ulong, SessionError\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# OnIncomingConnection
## Property
Func\<ulong, bool\> OnIncomingConnection
**[[Func\<ulong, bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# OnP2PData
## Property
Action\<ulong, MemoryStream, int\> OnP2PData
**[[Action\<ulong, MemoryStream, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# SendP2PPacket
## Method
bool SendP2PPacket( ulong steamid, byte[] data, int length, SendType eP2PSendType, int nChannel )
**[[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 )
## Summary
No documentation available

@ -1,6 +1,6 @@
# SetListenChannel
## Method
void SetListenChannel( int ChannelId, bool Listen )
**[[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 )
## Summary
Enable or disable listening on a specific channel.

@ -6,11 +6,11 @@ No documentation available
```
### Methods
* **void** [[Dispose|Facepunch.Steamworks.Networking.Dispose]]( )
* **bool** [[SendP2PPacket|Facepunch.Steamworks.Networking.SendP2PPacket]]( **ulong** steamid, **byte[]** data, **int** length, **SendType** eP2PSendType, **int** nChannel )
* **void** [[SetListenChannel|Facepunch.Steamworks.Networking.SetListenChannel]]( **int** ChannelId, **bool** Listen )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Networking.Dispose]]( )
* **[[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 )
* **[[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 )
### Fields
* **Action\<ulong, MemoryStream, int\>** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
* **Func\<ulong, bool\>** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
* **Action\<ulong, SessionError\>** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]
* **[[Action\<ulong, MemoryStream, int\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnP2PData|Facepunch.Steamworks.Networking.OnP2PData]]
* **[[Func\<ulong, bool\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnIncomingConnection|Facepunch.Steamworks.Networking.OnIncomingConnection]]
* **[[Action\<ulong, SessionError\>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OnConnectionFailed|Facepunch.Steamworks.Networking.OnConnectionFailed]]

@ -1,6 +1,6 @@
# AcceptFriendRequest
## Method
void AcceptFriendRequest( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AcceptFriendRequest|Facepunch.Steamworks.Overlay.AcceptFriendRequest]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# AddFriend
## Method
void AddFriend( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AddFriend|Facepunch.Steamworks.Overlay.AddFriend]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# IgnoreFriendRequest
## Method
void IgnoreFriendRequest( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IgnoreFriendRequest|Facepunch.Steamworks.Overlay.IgnoreFriendRequest]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenAchievements
## Method
void OpenAchievements( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenAchievements|Facepunch.Steamworks.Overlay.OpenAchievements]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenChat
## Method
void OpenChat( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenChat|Facepunch.Steamworks.Overlay.OpenChat]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenProfile
## Method
void OpenProfile( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenProfile|Facepunch.Steamworks.Overlay.OpenProfile]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenStats
## Method
void OpenStats( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenStats|Facepunch.Steamworks.Overlay.OpenStats]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenTrade
## Method
void OpenTrade( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenTrade|Facepunch.Steamworks.Overlay.OpenTrade]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenUrl
## Method
void OpenUrl( string url )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenUrl|Facepunch.Steamworks.Overlay.OpenUrl]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** url )
## Summary
No documentation available

@ -1,6 +1,6 @@
# OpenUserPage
## Method
void OpenUserPage( string name, ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenUserPage|Facepunch.Steamworks.Overlay.OpenUserPage]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -1,6 +1,6 @@
# Overlay.1
## Constructor
Overlay( )
[[Overlay|Facepunch.Steamworks.Overlay.Overlay.1]]( )
## Summary
No documentation available

@ -1,6 +1,6 @@
# RemoveFriend
## Method
void RemoveFriend( ulong steamid )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[RemoveFriend|Facepunch.Steamworks.Overlay.RemoveFriend]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
## Summary
No documentation available

@ -9,14 +9,14 @@ No documentation available
* [[Overlay|Facepunch.Steamworks.Overlay.Overlay.1]]( )
### Methods
* **void** [[AcceptFriendRequest|Facepunch.Steamworks.Overlay.AcceptFriendRequest]]( **ulong** steamid )
* **void** [[AddFriend|Facepunch.Steamworks.Overlay.AddFriend]]( **ulong** steamid )
* **void** [[IgnoreFriendRequest|Facepunch.Steamworks.Overlay.IgnoreFriendRequest]]( **ulong** steamid )
* **void** [[OpenAchievements|Facepunch.Steamworks.Overlay.OpenAchievements]]( **ulong** steamid )
* **void** [[OpenChat|Facepunch.Steamworks.Overlay.OpenChat]]( **ulong** steamid )
* **void** [[OpenProfile|Facepunch.Steamworks.Overlay.OpenProfile]]( **ulong** steamid )
* **void** [[OpenStats|Facepunch.Steamworks.Overlay.OpenStats]]( **ulong** steamid )
* **void** [[OpenTrade|Facepunch.Steamworks.Overlay.OpenTrade]]( **ulong** steamid )
* **void** [[OpenUrl|Facepunch.Steamworks.Overlay.OpenUrl]]( **string** url )
* **void** [[OpenUserPage|Facepunch.Steamworks.Overlay.OpenUserPage]]( **string** name, **ulong** steamid )
* **void** [[RemoveFriend|Facepunch.Steamworks.Overlay.RemoveFriend]]( **ulong** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AcceptFriendRequest|Facepunch.Steamworks.Overlay.AcceptFriendRequest]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AddFriend|Facepunch.Steamworks.Overlay.AddFriend]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IgnoreFriendRequest|Facepunch.Steamworks.Overlay.IgnoreFriendRequest]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenAchievements|Facepunch.Steamworks.Overlay.OpenAchievements]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenChat|Facepunch.Steamworks.Overlay.OpenChat]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenProfile|Facepunch.Steamworks.Overlay.OpenProfile]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenStats|Facepunch.Steamworks.Overlay.OpenStats]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenTrade|Facepunch.Steamworks.Overlay.OpenTrade]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenUrl|Facepunch.Steamworks.Overlay.OpenUrl]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** url )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[OpenUserPage|Facepunch.Steamworks.Overlay.OpenUserPage]]( **[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** name, **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[RemoveFriend|Facepunch.Steamworks.Overlay.RemoveFriend]]( **[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** steamid )

@ -1,6 +1,6 @@
# Trigger
## Method
void Trigger( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Trigger|Facepunch.Steamworks.Screenshots.Trigger]]( )
## Summary
No documentation available

@ -6,4 +6,4 @@ No documentation available
```
### Methods
* **void** [[Trigger|Facepunch.Steamworks.Screenshots.Trigger]]( )
* **[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Trigger|Facepunch.Steamworks.Screenshots.Trigger]]( )

@ -1,6 +1,6 @@
# AppId
## Property
uint AppId
**[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.Server.AppId]]
## Summary
Current running program's AppId

@ -1,6 +1,6 @@
# Auth
## Property
ServerAuth Auth
**[[ServerAuth|Facepunch.Steamworks.ServerAuth]]** [[Auth|Facepunch.Steamworks.Server.Auth]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# BotCount
## Property
int BotCount
**[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BotCount|Facepunch.Steamworks.Server.BotCount]]
## Summary
Gets or sets the current BotCount.

@ -1,6 +1,6 @@
# Dispose
## Method
void Dispose( )
**[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[Dispose|Facepunch.Steamworks.Server.Dispose]]( )
## Summary
Shutdown interface, disconnect from Steam

@ -1,6 +1,6 @@
# GameDescription
## Property
string GameDescription
**[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GameDescription|Facepunch.Steamworks.Server.GameDescription]]
## Summary
Gets or sets the current Product

@ -1,6 +1,6 @@
# GameTags
## Property
string GameTags
**[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[GameTags|Facepunch.Steamworks.Server.GameTags]]
## Summary
Gets or sets the current GameTags. This is a comma seperated list of tags for this server.

@ -1,6 +1,6 @@
# Inventory
## Property
Inventory Inventory
**[[Inventory|Facepunch.Steamworks.Inventory]]** [[Inventory|Facepunch.Steamworks.Server.Inventory]]
## Summary
No documentation available

@ -1,6 +1,6 @@
# IsValid
## Property
bool IsValid
**[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[IsValid|Facepunch.Steamworks.Server.IsValid]]
## Summary
Returns true if this instance has initialized properly.

Some files were not shown because too many files have changed in this diff Show More