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 # BuildId
## Property ## Property
int BuildId **[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[BuildId|Facepunch.Steamworks.App.BuildId]]
## Summary ## Summary
Returns the current BuildId of the game. Returns the current BuildId of the game.

@ -1,6 +1,6 @@
# MarkContentCorrupt # MarkContentCorrupt
## Method ## 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 ## Summary
No documentation available No documentation available

@ -6,7 +6,7 @@ No documentation available
``` ```
### Methods ### 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 ### 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 # Auth.1
## Constructor ## Constructor
Auth( ) [[Auth|Facepunch.Steamworks.Auth.Auth.1]]( )
## Summary ## Summary
No documentation available No documentation available

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
# UpdateWhile # UpdateWhile
## Method ## 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 ## Summary
Run Update until func returns false. Run Update until func returns false.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
# ForcePlatform # ForcePlatform
## Method ## 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 ## Summary
You can force the platform to a particular one here. You can force the platform to a particular one here.

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

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

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

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

@ -1,6 +1,6 @@
# Get # Get
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# GetAvatar # GetAvatar
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# GetName # GetName
## Method ## 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 ## Summary
No documentation available No documentation available

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

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

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

@ -1,6 +1,6 @@
# GetPixel # GetPixel
## Method ## 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 ## Summary
No documentation available No documentation available

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
# CraftItem # CraftItem
## Method ## 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 ## Summary
Crafting! Uses the passed items to buy the target item. Crafting! Uses the passed items to buy the target item.

@ -1,6 +1,6 @@
# CreateDefinition # CreateDefinition
## Method ## 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 ## Summary
Some definitions aren't sent to the client, and all aren't available on the server. Some definitions aren't sent to the client, and all aren't available on the server.

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

@ -1,6 +1,6 @@
# Deserialize # Deserialize
## Method ## 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 ## Summary
No documentation available No documentation available

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

@ -1,6 +1,6 @@
# FindDefinition # FindDefinition
## Method ## 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 ## Summary
You really need me to explain what this does? You really need me to explain what this does?

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

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

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

@ -1,6 +1,6 @@
# PriceCategoryToFloat # PriceCategoryToFloat
## Method ## 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 ## Summary
Utility, given a "1;VLV250" string, convert it to a 2.5 Utility, given a "1;VLV250" string, convert it to a 2.5

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

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

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

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

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

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

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

@ -1,6 +1,6 @@
# OnP2PData # OnP2PData
## Property ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# SendP2PPacket # SendP2PPacket
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# SetListenChannel # SetListenChannel
## Method ## 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 ## Summary
Enable or disable listening on a specific channel. Enable or disable listening on a specific channel.

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

@ -1,6 +1,6 @@
# AcceptFriendRequest # AcceptFriendRequest
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# AddFriend # AddFriend
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# IgnoreFriendRequest # IgnoreFriendRequest
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenAchievements # OpenAchievements
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenChat # OpenChat
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenProfile # OpenProfile
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenStats # OpenStats
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenTrade # OpenTrade
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenUrl # OpenUrl
## Method ## 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 ## Summary
No documentation available No documentation available

@ -1,6 +1,6 @@
# OpenUserPage # OpenUserPage
## Method ## 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 ## Summary
No documentation available No documentation available

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

@ -1,6 +1,6 @@
# RemoveFriend # RemoveFriend
## Method ## 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 ## Summary
No documentation available No documentation available

@ -9,14 +9,14 @@ No documentation available
* [[Overlay|Facepunch.Steamworks.Overlay.Overlay.1]]( ) * [[Overlay|Facepunch.Steamworks.Overlay.Overlay.1]]( )
### Methods ### Methods
* **void** [[AcceptFriendRequest|Facepunch.Steamworks.Overlay.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 )
* **void** [[AddFriend|Facepunch.Steamworks.Overlay.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 )
* **void** [[IgnoreFriendRequest|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenAchievements|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenChat|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenProfile|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenStats|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenTrade|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenUrl|Facepunch.Steamworks.Overlay.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 )
* **void** [[OpenUserPage|Facepunch.Steamworks.Overlay.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 )
* **void** [[RemoveFriend|Facepunch.Steamworks.Overlay.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 )

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

@ -6,4 +6,4 @@ No documentation available
``` ```
### Methods ### 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 # AppId
## Property ## Property
uint AppId **[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]]** [[AppId|Facepunch.Steamworks.Server.AppId]]
## Summary ## Summary
Current running program's AppId Current running program's AppId

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

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

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

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

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

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

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

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