mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-06-29 22:09:36 +03:00
show public etc
parent
b5585c035d
commit
bf7be33b06
@ -1,6 +1,6 @@
|
|||||||
# BuildId
|
# BuildId
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BuildId|Facepunch.Steamworks.App.BuildId]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BuildId|Facepunch.Steamworks.App.BuildId]]** { get; set; }
|
||||||
|
|
||||||
## 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|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 )
|
public [[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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[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 )
|
* public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BuildId|Facepunch.Steamworks.App.BuildId]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BuildId|Facepunch.Steamworks.App.BuildId]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Auth.1
|
# Auth.1
|
||||||
## Constructor
|
## Constructor
|
||||||
**[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( )
|
public **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# GetAuthSessionTicket
|
# GetAuthSessionTicket
|
||||||
## Method
|
## Method
|
||||||
[[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )
|
public [[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Creates an auth ticket.
|
Creates an auth ticket.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Cancel
|
# Cancel
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Cancel|Facepunch.Steamworks.Auth.Ticket.Cancel]]**( )
|
public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Cancel|Facepunch.Steamworks.Auth.Ticket.Cancel]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Cancels a ticket.
|
Cancels a ticket.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Data
|
# Data
|
||||||
## Property
|
## Property
|
||||||
[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Auth.Ticket.Data]]**
|
public [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Auth.Ticket.Data]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Dispose
|
# Dispose
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Auth.Ticket.Dispose]]**( )
|
public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Auth.Ticket.Dispose]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Handle
|
# Handle
|
||||||
## Property
|
## Property
|
||||||
[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.Auth.Ticket.Handle]]**
|
public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.Auth.Ticket.Handle]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Ticket.1
|
# Ticket.1
|
||||||
## Constructor
|
## Constructor
|
||||||
**[[Ticket|Facepunch.Steamworks.Auth.Ticket.Ticket.1]]**( )
|
public **[[Ticket|Facepunch.Steamworks.Auth.Ticket.Ticket.1]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[Ticket|Facepunch.Steamworks.Auth.Ticket.Ticket.1]]**( )
|
* public **[[Ticket|Facepunch.Steamworks.Auth.Ticket.Ticket.1]]**( );
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Cancel|Facepunch.Steamworks.Auth.Ticket.Cancel]]**( )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Cancel|Facepunch.Steamworks.Auth.Ticket.Cancel]]**( );
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Auth.Ticket.Dispose]]**( )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Auth.Ticket.Dispose]]**( );
|
||||||
|
|
||||||
### Fields
|
### Fields
|
||||||
* [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Auth.Ticket.Data]]**
|
* public [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Auth.Ticket.Data]]**;
|
||||||
* [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.Auth.Ticket.Handle]]**
|
* public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Handle|Facepunch.Steamworks.Auth.Ticket.Handle]]**;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( )
|
* public **[[Auth|Facepunch.Steamworks.Auth.Auth.1]]**( );
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( )
|
* public [[Ticket|Facepunch.Steamworks.Auth.Ticket]] **[[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]**( );
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# AppId
|
# AppId
|
||||||
## Property
|
## Property
|
||||||
[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]**
|
public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Current running program's AppId
|
Current running program's AppId
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# BaseSteamworks.1
|
# BaseSteamworks.1
|
||||||
## Constructor
|
## Constructor
|
||||||
**[[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]**( )
|
public **[[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Dispose
|
# Dispose
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]**( )
|
public [[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|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]**
|
public [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# IsValid
|
# IsValid
|
||||||
## Property
|
## Property
|
||||||
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]** { get; set; }
|
||||||
|
|
||||||
## 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|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]**
|
public [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Update
|
# Update
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.BaseSteamworks.Update]]**( )
|
public [[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|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 )
|
public [[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|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]**
|
public [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -4,16 +4,16 @@
|
|||||||
Implements shared functionality between Steamworks.Client and Steamworks.Server
|
Implements shared functionality between Steamworks.Client and Steamworks.Server
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]**( )
|
* public **[[BaseSteamworks|Facepunch.Steamworks.BaseSteamworks.BaseSteamworks.1]]**( );
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.BaseSteamworks.Dispose]]**( )
|
* public [[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]]**( )
|
* public [[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 )
|
* public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]**
|
* public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.BaseSteamworks.AppId]]** { get; set; }
|
||||||
* [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]**
|
* public [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.BaseSteamworks.Inventory]]** { get; set; }
|
||||||
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.BaseSteamworks.IsValid]]** { get; set; }
|
||||||
* [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]**
|
* public [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.BaseSteamworks.Networking]]** { get; set; }
|
||||||
* [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]**
|
* public [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.BaseSteamworks.Workshop]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# App
|
# App
|
||||||
## Property
|
## Property
|
||||||
[[App|Facepunch.Steamworks.App]] **[[App|Facepunch.Steamworks.Client.App]]**
|
public [[App|Facepunch.Steamworks.App]] **[[App|Facepunch.Steamworks.Client.App]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# AppId
|
# AppId
|
||||||
## Property
|
## Property
|
||||||
[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.Client.AppId]]**
|
public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.Client.AppId]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Current running program's AppId
|
Current running program's AppId
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Auth
|
# Auth
|
||||||
## Property
|
## Property
|
||||||
[[Auth|Facepunch.Steamworks.Auth]] **[[Auth|Facepunch.Steamworks.Client.Auth]]**
|
public [[Auth|Facepunch.Steamworks.Auth]] **[[Auth|Facepunch.Steamworks.Client.Auth]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# BetaName
|
# BetaName
|
||||||
## Property
|
## Property
|
||||||
[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BetaName|Facepunch.Steamworks.Client.BetaName]]**
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BetaName|Facepunch.Steamworks.Client.BetaName]]** { get; set; }
|
||||||
|
|
||||||
## 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|Facepunch.Steamworks.Client.Client.1]]**( [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] appId )
|
public **[[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Client.Dispose]]**( )
|
public [[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|Facepunch.Steamworks.Friends]] **[[Friends|Facepunch.Steamworks.Client.Friends]]**
|
public [[Friends|Facepunch.Steamworks.Friends]] **[[Friends|Facepunch.Steamworks.Client.Friends]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Inventory
|
# Inventory
|
||||||
## Property
|
## Property
|
||||||
[[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.Client.Inventory]]**
|
public [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.Client.Inventory]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# IsValid
|
# IsValid
|
||||||
## Property
|
## Property
|
||||||
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.Client.IsValid]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.Client.IsValid]]** { get; set; }
|
||||||
|
|
||||||
## 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|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.Client.Networking]]**
|
public [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.Client.Networking]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Overlay
|
# Overlay
|
||||||
## Property
|
## Property
|
||||||
[[Overlay|Facepunch.Steamworks.Overlay]] **[[Overlay|Facepunch.Steamworks.Client.Overlay]]**
|
public [[Overlay|Facepunch.Steamworks.Overlay]] **[[Overlay|Facepunch.Steamworks.Client.Overlay]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Screenshots
|
# Screenshots
|
||||||
## Property
|
## Property
|
||||||
[[Screenshots|Facepunch.Steamworks.Screenshots]] **[[Screenshots|Facepunch.Steamworks.Client.Screenshots]]**
|
public [[Screenshots|Facepunch.Steamworks.Screenshots]] **[[Screenshots|Facepunch.Steamworks.Client.Screenshots]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ServerList
|
# ServerList
|
||||||
## Property
|
## Property
|
||||||
[[ServerList|Facepunch.Steamworks.ServerList]] **[[ServerList|Facepunch.Steamworks.Client.ServerList]]**
|
public [[ServerList|Facepunch.Steamworks.ServerList]] **[[ServerList|Facepunch.Steamworks.Client.ServerList]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Stats
|
# Stats
|
||||||
## Property
|
## Property
|
||||||
[[Stats|Facepunch.Steamworks.Stats]] **[[Stats|Facepunch.Steamworks.Client.Stats]]**
|
public [[Stats|Facepunch.Steamworks.Stats]] **[[Stats|Facepunch.Steamworks.Client.Stats]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# SteamId
|
# SteamId
|
||||||
## Property
|
## Property
|
||||||
[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.Client.SteamId]]**
|
public [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.Client.SteamId]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Current user's SteamId
|
Current user's SteamId
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Update
|
# Update
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Client.Update]]**( )
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Username|Facepunch.Steamworks.Client.Username]]**
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Username|Facepunch.Steamworks.Client.Username]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Current user's Username
|
Current user's Username
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Voice
|
# Voice
|
||||||
## Property
|
## Property
|
||||||
[[Voice|Facepunch.Steamworks.Voice]] **[[Voice|Facepunch.Steamworks.Client.Voice]]**
|
public [[Voice|Facepunch.Steamworks.Voice]] **[[Voice|Facepunch.Steamworks.Client.Voice]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Workshop
|
# Workshop
|
||||||
## Property
|
## Property
|
||||||
[[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.Client.Workshop]]**
|
public [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.Client.Workshop]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -2,26 +2,26 @@
|
|||||||
|
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[Client|Facepunch.Steamworks.Client.Client.1]]**( [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] appId )
|
* public **[[Client|Facepunch.Steamworks.Client.Client.1]]**( [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] appId );
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Client.Dispose]]**( )
|
* public [[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]]**( )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Update|Facepunch.Steamworks.Client.Update]]**( );
|
||||||
|
|
||||||
### Properties
|
### Properties
|
||||||
* [[App|Facepunch.Steamworks.App]] **[[App|Facepunch.Steamworks.Client.App]]**
|
* public [[App|Facepunch.Steamworks.App]] **[[App|Facepunch.Steamworks.Client.App]]** { get; set; }
|
||||||
* [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.Client.AppId]]**
|
* public [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AppId|Facepunch.Steamworks.Client.AppId]]** { get; set; }
|
||||||
* [[Auth|Facepunch.Steamworks.Auth]] **[[Auth|Facepunch.Steamworks.Client.Auth]]**
|
* public [[Auth|Facepunch.Steamworks.Auth]] **[[Auth|Facepunch.Steamworks.Client.Auth]]** { get; set; }
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BetaName|Facepunch.Steamworks.Client.BetaName]]**
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[BetaName|Facepunch.Steamworks.Client.BetaName]]** { get; set; }
|
||||||
* [[Friends|Facepunch.Steamworks.Friends]] **[[Friends|Facepunch.Steamworks.Client.Friends]]**
|
* public [[Friends|Facepunch.Steamworks.Friends]] **[[Friends|Facepunch.Steamworks.Client.Friends]]** { get; set; }
|
||||||
* [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.Client.Inventory]]**
|
* public [[Inventory|Facepunch.Steamworks.Inventory]] **[[Inventory|Facepunch.Steamworks.Client.Inventory]]** { get; set; }
|
||||||
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.Client.IsValid]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsValid|Facepunch.Steamworks.Client.IsValid]]** { get; set; }
|
||||||
* [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.Client.Networking]]**
|
* public [[Networking|Facepunch.Steamworks.Networking]] **[[Networking|Facepunch.Steamworks.Client.Networking]]** { get; set; }
|
||||||
* [[Overlay|Facepunch.Steamworks.Overlay]] **[[Overlay|Facepunch.Steamworks.Client.Overlay]]**
|
* public [[Overlay|Facepunch.Steamworks.Overlay]] **[[Overlay|Facepunch.Steamworks.Client.Overlay]]** { get; set; }
|
||||||
* [[Screenshots|Facepunch.Steamworks.Screenshots]] **[[Screenshots|Facepunch.Steamworks.Client.Screenshots]]**
|
* public [[Screenshots|Facepunch.Steamworks.Screenshots]] **[[Screenshots|Facepunch.Steamworks.Client.Screenshots]]** { get; set; }
|
||||||
* [[ServerList|Facepunch.Steamworks.ServerList]] **[[ServerList|Facepunch.Steamworks.Client.ServerList]]**
|
* public [[ServerList|Facepunch.Steamworks.ServerList]] **[[ServerList|Facepunch.Steamworks.Client.ServerList]]** { get; set; }
|
||||||
* [[Stats|Facepunch.Steamworks.Stats]] **[[Stats|Facepunch.Steamworks.Client.Stats]]**
|
* public [[Stats|Facepunch.Steamworks.Stats]] **[[Stats|Facepunch.Steamworks.Client.Stats]]** { get; set; }
|
||||||
* [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.Client.SteamId]]**
|
* public [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.Client.SteamId]]** { get; set; }
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Username|Facepunch.Steamworks.Client.Username]]**
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Username|Facepunch.Steamworks.Client.Username]]** { get; set; }
|
||||||
* [[Voice|Facepunch.Steamworks.Voice]] **[[Voice|Facepunch.Steamworks.Client.Voice]]**
|
* public [[Voice|Facepunch.Steamworks.Voice]] **[[Voice|Facepunch.Steamworks.Client.Voice]]** { get; set; }
|
||||||
* [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.Client.Workshop]]**
|
* public [[Workshop|Facepunch.Steamworks.Workshop]] **[[Workshop|Facepunch.Steamworks.Client.Workshop]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# a
|
# a
|
||||||
## Property
|
## Property
|
||||||
[[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[a|Facepunch.Steamworks.Color.a]]**
|
public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[a|Facepunch.Steamworks.Color.a]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# b
|
# b
|
||||||
## Property
|
## Property
|
||||||
[[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[b|Facepunch.Steamworks.Color.b]]**
|
public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[b|Facepunch.Steamworks.Color.b]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# g
|
# g
|
||||||
## Property
|
## Property
|
||||||
[[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[g|Facepunch.Steamworks.Color.g]]**
|
public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[g|Facepunch.Steamworks.Color.g]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
### Fields
|
### Fields
|
||||||
* [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[r|Facepunch.Steamworks.Color.r]]**
|
* public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[r|Facepunch.Steamworks.Color.r]]**;
|
||||||
* [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[g|Facepunch.Steamworks.Color.g]]**
|
* public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[g|Facepunch.Steamworks.Color.g]]**;
|
||||||
* [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[b|Facepunch.Steamworks.Color.b]]**
|
* public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[b|Facepunch.Steamworks.Color.b]]**;
|
||||||
* [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[a|Facepunch.Steamworks.Color.a]]**
|
* public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[a|Facepunch.Steamworks.Color.a]]**;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# r
|
# r
|
||||||
## Property
|
## Property
|
||||||
[[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[r|Facepunch.Steamworks.Color.r]]**
|
public [[Byte|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[r|Facepunch.Steamworks.Color.r]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ForcePlatform
|
# ForcePlatform
|
||||||
## Method
|
## Method
|
||||||
[[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 )
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]** { get; set; }
|
||||||
|
|
||||||
## 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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[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 )
|
* public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[UseThisCall|Facepunch.Steamworks.Config.UseThisCall]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# All
|
# All
|
||||||
## Property
|
## Property
|
||||||
[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[All|Facepunch.Steamworks.Friends.All]]**
|
public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[All|Facepunch.Steamworks.Friends.All]]** { get; set; }
|
||||||
|
|
||||||
## 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>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]**
|
public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# AllFriends
|
# AllFriends
|
||||||
## Property
|
## Property
|
||||||
[[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]**
|
public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Get
|
# Get
|
||||||
## Method
|
## Method
|
||||||
[[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
|
public [[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|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 )
|
public [[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|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 )
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( )
|
public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[SteamFriend|Facepunch.Steamworks.SteamFriend]] **[[Get|Facepunch.Steamworks.Friends.Get]]**( [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] steamid )
|
* public [[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 )
|
* public [[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 )
|
* public [[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]]**( )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Refresh|Facepunch.Steamworks.Friends.Refresh]]**( );
|
||||||
|
|
||||||
### Properties
|
### Properties
|
||||||
* [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[All|Facepunch.Steamworks.Friends.All]]**
|
* public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[All|Facepunch.Steamworks.Friends.All]]** { get; set; }
|
||||||
* [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]**
|
* public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllBlocked|Facepunch.Steamworks.Friends.AllBlocked]]** { get; set; }
|
||||||
* [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]**
|
* public [[IEnumerable<SteamFriend>|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[AllFriends|Facepunch.Steamworks.Friends.AllFriends]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Data
|
# Data
|
||||||
## Property
|
## Property
|
||||||
[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Image.Data]]**
|
public [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Image.Data]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# GetPixel
|
# GetPixel
|
||||||
## Method
|
## Method
|
||||||
[[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 )
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Height|Facepunch.Steamworks.Image.Height]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Height|Facepunch.Steamworks.Image.Height]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Id
|
# Id
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Image.Id]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Image.Id]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Image.1
|
# Image.1
|
||||||
## Constructor
|
## Constructor
|
||||||
**[[Image|Facepunch.Steamworks.Image.Image.1]]**( )
|
public **[[Image|Facepunch.Steamworks.Image.Image.1]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# IsError
|
# IsError
|
||||||
## Property
|
## Property
|
||||||
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsError|Facepunch.Steamworks.Image.IsError]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsError|Facepunch.Steamworks.Image.IsError]]** { get; set; }
|
||||||
|
|
||||||
## 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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Width
|
# Width
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Width|Facepunch.Steamworks.Image.Width]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Width|Facepunch.Steamworks.Image.Width]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[Image|Facepunch.Steamworks.Image.Image.1]]**( )
|
* public **[[Image|Facepunch.Steamworks.Image.Image.1]]**( );
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[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 )
|
* public [[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[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Image.Data]]**
|
* public [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.Image.Data]]** { get; set; }
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Height|Facepunch.Steamworks.Image.Height]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Height|Facepunch.Steamworks.Image.Height]]** { get; set; }
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Image.Id]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Image.Id]]** { get; set; }
|
||||||
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsError|Facepunch.Steamworks.Image.IsError]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsError|Facepunch.Steamworks.Image.IsError]]** { get; set; }
|
||||||
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]** { get; set; }
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Width|Facepunch.Steamworks.Image.Width]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Width|Facepunch.Steamworks.Image.Width]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# CraftItem
|
# CraftItem
|
||||||
## Method
|
## Method
|
||||||
[[Result|Facepunch.Steamworks.Inventory.Result]] **[[CraftItem|Facepunch.Steamworks.Inventory.CraftItem]]**( [[Item[]|Facepunch.Steamworks.Inventory.Item]] list, [[Definition|Facepunch.Steamworks.Inventory.Definition]] target )
|
public [[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|Facepunch.Steamworks.Inventory.Definition]] **[[CreateDefinition|Facepunch.Steamworks.Inventory.CreateDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] id )
|
public [[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 @@
|
|||||||
# Created
|
# Created
|
||||||
## Property
|
## Property
|
||||||
[[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Created|Facepunch.Steamworks.Inventory.Definition.Created]]**
|
public [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Created|Facepunch.Steamworks.Inventory.Definition.Created]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Description
|
# Description
|
||||||
## Property
|
## Property
|
||||||
[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Description|Facepunch.Steamworks.Inventory.Definition.Description]]**
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Description|Facepunch.Steamworks.Inventory.Definition.Description]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ExchangeSchema
|
# ExchangeSchema
|
||||||
## Property
|
## Property
|
||||||
[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExchangeSchema|Facepunch.Steamworks.Inventory.Definition.ExchangeSchema]]**
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExchangeSchema|Facepunch.Steamworks.Inventory.Definition.ExchangeSchema]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
If this item can be created using other items this string will contain a comma seperated
|
If this item can be created using other items this string will contain a comma seperated
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# GetProperty
|
# GetProperty
|
||||||
## Method
|
## Method
|
||||||
[[T|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetProperty|Facepunch.Steamworks.Inventory.Definition.GetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name )
|
public [[T|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetProperty|Facepunch.Steamworks.Inventory.Definition.GetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# GetStringProperty
|
# GetStringProperty
|
||||||
## Method
|
## Method
|
||||||
[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetStringProperty|Facepunch.Steamworks.Inventory.Definition.GetStringProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name )
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetStringProperty|Facepunch.Steamworks.Inventory.Definition.GetStringProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Id
|
# Id
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Definition.Id]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Definition.Id]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# IngredientFor
|
# IngredientFor
|
||||||
## Property
|
## Property
|
||||||
[[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[IngredientFor|Facepunch.Steamworks.Inventory.Definition.IngredientFor]]**
|
public [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[IngredientFor|Facepunch.Steamworks.Inventory.Definition.IngredientFor]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
A list of recepies we're included in
|
A list of recepies we're included in
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Modified
|
# Modified
|
||||||
## Property
|
## Property
|
||||||
[[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Modified|Facepunch.Steamworks.Inventory.Definition.Modified]]**
|
public [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Modified|Facepunch.Steamworks.Inventory.Definition.Modified]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Name
|
# Name
|
||||||
## Property
|
## Property
|
||||||
[[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Name|Facepunch.Steamworks.Inventory.Definition.Name]]**
|
public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Name|Facepunch.Steamworks.Inventory.Definition.Name]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Recipes
|
# Recipes
|
||||||
## Property
|
## Property
|
||||||
[[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[Recipes|Facepunch.Steamworks.Inventory.Definition.Recipes]]**
|
public [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[Recipes|Facepunch.Steamworks.Inventory.Definition.Recipes]]** { get; set; }
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
A list of recepies for creating this item. Can be null if none.
|
A list of recepies for creating this item. Can be null if none.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# SetProperty
|
# SetProperty
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SetProperty|Facepunch.Steamworks.Inventory.Definition.SetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name, [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] value )
|
public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SetProperty|Facepunch.Steamworks.Inventory.Definition.SetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name, [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] value );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
If you're manually occupying the Definition (because maybe you're on a server
|
If you're manually occupying the Definition (because maybe you're on a server
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# TriggerItemDrop
|
# TriggerItemDrop
|
||||||
## Method
|
## Method
|
||||||
[[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TriggerItemDrop|Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop]]**( )
|
public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TriggerItemDrop|Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Trigger an item drop. Call this when it's a good time to award
|
Trigger an item drop. Call this when it's a good time to award
|
||||||
|
@ -6,17 +6,17 @@ not unique to that item. For example, this might be a tshirt, but you might be a
|
|||||||
multiple tshirts.
|
multiple tshirts.
|
||||||
|
|
||||||
### Methods
|
### Methods
|
||||||
* [[T|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetProperty|Facepunch.Steamworks.Inventory.Definition.GetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name )
|
* public [[T|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetProperty|Facepunch.Steamworks.Inventory.Definition.GetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name );
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetStringProperty|Facepunch.Steamworks.Inventory.Definition.GetStringProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name )
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[GetStringProperty|Facepunch.Steamworks.Inventory.Definition.GetStringProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name );
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SetProperty|Facepunch.Steamworks.Inventory.Definition.SetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name, [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] value )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SetProperty|Facepunch.Steamworks.Inventory.Definition.SetProperty]]**( [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] name, [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] value );
|
||||||
* [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TriggerItemDrop|Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop]]**( )
|
* public [[void|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TriggerItemDrop|Facepunch.Steamworks.Inventory.Definition.TriggerItemDrop]]**( );
|
||||||
|
|
||||||
### Properties
|
### Properties
|
||||||
* [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Created|Facepunch.Steamworks.Inventory.Definition.Created]]**
|
* public [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Created|Facepunch.Steamworks.Inventory.Definition.Created]]** { get; set; }
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Description|Facepunch.Steamworks.Inventory.Definition.Description]]**
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Description|Facepunch.Steamworks.Inventory.Definition.Description]]** { get; set; }
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExchangeSchema|Facepunch.Steamworks.Inventory.Definition.ExchangeSchema]]**
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[ExchangeSchema|Facepunch.Steamworks.Inventory.Definition.ExchangeSchema]]** { get; set; }
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Definition.Id]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Definition.Id]]** { get; set; }
|
||||||
* [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[IngredientFor|Facepunch.Steamworks.Inventory.Definition.IngredientFor]]**
|
* public [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[IngredientFor|Facepunch.Steamworks.Inventory.Definition.IngredientFor]]** { get; set; }
|
||||||
* [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Modified|Facepunch.Steamworks.Inventory.Definition.Modified]]**
|
* public [[DateTime|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Modified|Facepunch.Steamworks.Inventory.Definition.Modified]]** { get; set; }
|
||||||
* [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Name|Facepunch.Steamworks.Inventory.Definition.Name]]**
|
* public [[string|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Name|Facepunch.Steamworks.Inventory.Definition.Name]]** { get; set; }
|
||||||
* [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[Recipes|Facepunch.Steamworks.Inventory.Definition.Recipes]]**
|
* public [[Recipe[]|Facepunch.Steamworks.Inventory.Recipe]] **[[Recipes|Facepunch.Steamworks.Inventory.Definition.Recipes]]** { get; set; }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Definitions
|
# Definitions
|
||||||
## Property
|
## Property
|
||||||
[[Definition[]|Facepunch.Steamworks.Inventory.Definition]] **[[Definitions|Facepunch.Steamworks.Inventory.Definitions]]**
|
public [[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|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 )
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Dispose|Facepunch.Steamworks.Inventory.Dispose]]**( )
|
public [[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|Facepunch.Steamworks.Inventory.Definition]] **[[FindDefinition|Facepunch.Steamworks.Inventory.FindDefinition]]**( [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] DefinitionId )
|
public [[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 @@
|
|||||||
# Definition
|
# Definition
|
||||||
## Property
|
## Property
|
||||||
[[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Item.Definition]]**
|
public [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Item.Definition]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
Careful, this might not be available. Especially on a game server.
|
Careful, this might not be available. Especially on a game server.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# DefinitionId
|
# DefinitionId
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Item.DefinitionId]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Item.DefinitionId]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Id
|
# Id
|
||||||
## Property
|
## Property
|
||||||
[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Item.Id]]**
|
public [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Item.Id]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Item.1
|
# Item.1
|
||||||
## Constructor
|
## Constructor
|
||||||
**[[Item|Facepunch.Steamworks.Inventory.Item.Item.1]]**( )
|
public **[[Item|Facepunch.Steamworks.Inventory.Item.Item.1]]**( );
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Quantity
|
# Quantity
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Quantity]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Quantity]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# TradeLocked
|
# TradeLocked
|
||||||
## Property
|
## Property
|
||||||
[[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TradeLocked|Facepunch.Steamworks.Inventory.Item.TradeLocked]]**
|
public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TradeLocked|Facepunch.Steamworks.Inventory.Item.TradeLocked]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
No documentation available
|
No documentation available
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
An item in your inventory.
|
An item in your inventory.
|
||||||
|
|
||||||
### Constructors
|
### Constructors
|
||||||
* **[[Item|Facepunch.Steamworks.Inventory.Item.Item.1]]**( )
|
* public **[[Item|Facepunch.Steamworks.Inventory.Item.Item.1]]**( );
|
||||||
|
|
||||||
### Fields
|
### Fields
|
||||||
* [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Item.Id]]**
|
* public [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Id|Facepunch.Steamworks.Inventory.Item.Id]]**;
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Quantity]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Quantity|Facepunch.Steamworks.Inventory.Item.Quantity]]**;
|
||||||
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Item.DefinitionId]]**
|
* public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Item.DefinitionId]]**;
|
||||||
* [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Item.Definition]]**
|
* public [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Item.Definition]]**;
|
||||||
* [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TradeLocked|Facepunch.Steamworks.Inventory.Item.TradeLocked]]**
|
* public [[bool|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[TradeLocked|Facepunch.Steamworks.Inventory.Item.TradeLocked]]**;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Items
|
# Items
|
||||||
## Property
|
## Property
|
||||||
[[Item[]|Facepunch.Steamworks.Inventory.Item]] **[[Items|Facepunch.Steamworks.Inventory.Items]]**
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[OnUpdate|Facepunch.Steamworks.Inventory.OnUpdate]]**
|
public [[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|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[PlaytimeHeartbeat|Facepunch.Steamworks.Inventory.PlaytimeHeartbeat]]**( )
|
public [[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|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 )
|
public [[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 @@
|
|||||||
# Count
|
# Count
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Count|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Count]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Count|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Count]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
The amount of this item needed. Generally this will be 1.
|
The amount of this item needed. Generally this will be 1.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Definition
|
# Definition
|
||||||
## Property
|
## Property
|
||||||
[[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Definition]]**
|
public [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Definition]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
If we don't know about this item definition this might be null.
|
If we don't know about this item definition this might be null.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# DefinitionId
|
# DefinitionId
|
||||||
## Property
|
## Property
|
||||||
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Recipe.Ingredient.DefinitionId]]**
|
public [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Recipe.Ingredient.DefinitionId]]**;
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
The definition ID of the ingredient.
|
The definition ID of the ingredient.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user