mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Chiold classes
parent
d9a091a93a
commit
a4339bb54c
9
Facepunch.Steamworks.Definition.Created.md
Normal file
9
Facepunch.Steamworks.Definition.Created.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Created
|
||||
## Property
|
||||
```
|
||||
DateTime Created
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.Description.md
Normal file
9
Facepunch.Steamworks.Definition.Description.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Description
|
||||
## Property
|
||||
```
|
||||
string Description
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.GetProperty.md
Normal file
9
Facepunch.Steamworks.Definition.GetProperty.md
Normal file
@ -0,0 +1,9 @@
|
||||
# GetProperty
|
||||
## Method
|
||||
```
|
||||
T GetProperty( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.GetStringProperty.md
Normal file
9
Facepunch.Steamworks.Definition.GetStringProperty.md
Normal file
@ -0,0 +1,9 @@
|
||||
# GetStringProperty
|
||||
## Method
|
||||
```
|
||||
string GetStringProperty( string name )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.Id.md
Normal file
9
Facepunch.Steamworks.Definition.Id.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Id
|
||||
## Property
|
||||
```
|
||||
int Id
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.Modified.md
Normal file
9
Facepunch.Steamworks.Definition.Modified.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Modified
|
||||
## Property
|
||||
```
|
||||
DateTime Modified
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.Name.md
Normal file
9
Facepunch.Steamworks.Definition.Name.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Name
|
||||
## Property
|
||||
```
|
||||
string Name
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.SetProperty.md
Normal file
9
Facepunch.Steamworks.Definition.SetProperty.md
Normal file
@ -0,0 +1,9 @@
|
||||
# SetProperty
|
||||
## Method
|
||||
```
|
||||
void SetProperty( string name, string value )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Definition.TriggerItemDrop.md
Normal file
9
Facepunch.Steamworks.Definition.TriggerItemDrop.md
Normal file
@ -0,0 +1,9 @@
|
||||
# TriggerItemDrop
|
||||
## Method
|
||||
```
|
||||
void TriggerItemDrop( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
16
Facepunch.Steamworks.Definition.md
Normal file
16
Facepunch.Steamworks.Definition.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Definition
|
||||
|
||||
### Methods
|
||||
* **T** [[GetProperty|Facepunch.Steamworks.Definition.GetProperty]]( **string** name )
|
||||
* **string** [[GetStringProperty|Facepunch.Steamworks.Definition.GetStringProperty]]( **string** name )
|
||||
* **void** [[SetProperty|Facepunch.Steamworks.Definition.SetProperty]]( **string** name, **string** value )
|
||||
* **void** [[TriggerItemDrop|Facepunch.Steamworks.Definition.TriggerItemDrop]]( )
|
||||
|
||||
### Properties
|
||||
* **int** [[Id|Facepunch.Steamworks.Definition.Id]]
|
||||
|
||||
### Fields
|
||||
* **string** [[Name|Facepunch.Steamworks.Definition.Name]]
|
||||
* **string** [[Description|Facepunch.Steamworks.Definition.Description]]
|
||||
* **DateTime** [[Created|Facepunch.Steamworks.Definition.Created]]
|
||||
* **DateTime** [[Modified|Facepunch.Steamworks.Definition.Modified]]
|
9
Facepunch.Steamworks.Editor.BytesTotal.md
Normal file
9
Facepunch.Steamworks.Editor.BytesTotal.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BytesTotal
|
||||
## Property
|
||||
```
|
||||
int BytesTotal
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.BytesUploaded.md
Normal file
9
Facepunch.Steamworks.Editor.BytesUploaded.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BytesUploaded
|
||||
## Property
|
||||
```
|
||||
int BytesUploaded
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.ChangeNote.md
Normal file
9
Facepunch.Steamworks.Editor.ChangeNote.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ChangeNote
|
||||
## Property
|
||||
```
|
||||
string ChangeNote
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Delete.md
Normal file
9
Facepunch.Steamworks.Editor.Delete.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Delete
|
||||
## Method
|
||||
```
|
||||
void Delete( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Description.md
Normal file
9
Facepunch.Steamworks.Editor.Description.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Description
|
||||
## Property
|
||||
```
|
||||
string Description
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Error.md
Normal file
9
Facepunch.Steamworks.Editor.Error.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Error
|
||||
## Property
|
||||
```
|
||||
string Error
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Folder.md
Normal file
9
Facepunch.Steamworks.Editor.Folder.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Folder
|
||||
## Property
|
||||
```
|
||||
string Folder
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Id.md
Normal file
9
Facepunch.Steamworks.Editor.Id.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Id
|
||||
## Property
|
||||
```
|
||||
ulong Id
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
@ -0,0 +1,9 @@
|
||||
# NeedToAgreeToWorkshopLegal
|
||||
## Property
|
||||
```
|
||||
bool NeedToAgreeToWorkshopLegal
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.PreviewImage.md
Normal file
9
Facepunch.Steamworks.Editor.PreviewImage.md
Normal file
@ -0,0 +1,9 @@
|
||||
# PreviewImage
|
||||
## Property
|
||||
```
|
||||
string PreviewImage
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Progress.md
Normal file
9
Facepunch.Steamworks.Editor.Progress.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Progress
|
||||
## Property
|
||||
```
|
||||
Double Progress
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Publish.md
Normal file
9
Facepunch.Steamworks.Editor.Publish.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Publish
|
||||
## Method
|
||||
```
|
||||
void Publish( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Publishing.md
Normal file
9
Facepunch.Steamworks.Editor.Publishing.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Publishing
|
||||
## Property
|
||||
```
|
||||
bool Publishing
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Tags.md
Normal file
9
Facepunch.Steamworks.Editor.Tags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Tags
|
||||
## Property
|
||||
```
|
||||
List\<string\> Tags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Title.md
Normal file
9
Facepunch.Steamworks.Editor.Title.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Title
|
||||
## Property
|
||||
```
|
||||
string Title
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Type.md
Normal file
9
Facepunch.Steamworks.Editor.Type.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Type
|
||||
## Property
|
||||
```
|
||||
Nullable\<ItemType\> Type
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Editor.Visibility.md
Normal file
9
Facepunch.Steamworks.Editor.Visibility.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Visibility
|
||||
## Property
|
||||
```
|
||||
Nullable\<VisibilityType\> Visibility
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
24
Facepunch.Steamworks.Editor.md
Normal file
24
Facepunch.Steamworks.Editor.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Editor
|
||||
|
||||
### Methods
|
||||
* **void** [[Delete|Facepunch.Steamworks.Editor.Delete]]( )
|
||||
* **void** [[Publish|Facepunch.Steamworks.Editor.Publish]]( )
|
||||
|
||||
### Properties
|
||||
* **int** [[BytesTotal|Facepunch.Steamworks.Editor.BytesTotal]]
|
||||
* **int** [[BytesUploaded|Facepunch.Steamworks.Editor.BytesUploaded]]
|
||||
* **string** [[ChangeNote|Facepunch.Steamworks.Editor.ChangeNote]]
|
||||
* **string** [[Description|Facepunch.Steamworks.Editor.Description]]
|
||||
* **string** [[Error|Facepunch.Steamworks.Editor.Error]]
|
||||
* **string** [[Folder|Facepunch.Steamworks.Editor.Folder]]
|
||||
* **ulong** [[Id|Facepunch.Steamworks.Editor.Id]]
|
||||
* **bool** [[NeedToAgreeToWorkshopLegal|Facepunch.Steamworks.Editor.NeedToAgreeToWorkshopLegal]]
|
||||
* **string** [[PreviewImage|Facepunch.Steamworks.Editor.PreviewImage]]
|
||||
* **Double** [[Progress|Facepunch.Steamworks.Editor.Progress]]
|
||||
* **bool** [[Publishing|Facepunch.Steamworks.Editor.Publishing]]
|
||||
* **List\<string\>** [[Tags|Facepunch.Steamworks.Editor.Tags]]
|
||||
* **string** [[Title|Facepunch.Steamworks.Editor.Title]]
|
||||
* **Nullable\<ItemType\>** [[Type|Facepunch.Steamworks.Editor.Type]]
|
||||
* **Nullable\<VisibilityType\>** [[Visibility|Facepunch.Steamworks.Editor.Visibility]]
|
||||
|
||||
### Fields
|
9
Facepunch.Steamworks.Filter.Add.md
Normal file
9
Facepunch.Steamworks.Filter.Add.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Add
|
||||
## Method
|
||||
```
|
||||
void Add( string k, string v )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Filter.Capacity.md
Normal file
9
Facepunch.Steamworks.Filter.Capacity.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Capacity
|
||||
## Property
|
||||
```
|
||||
int Capacity
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Filter.Count.md
Normal file
9
Facepunch.Steamworks.Filter.Count.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Count
|
||||
## Property
|
||||
```
|
||||
int Count
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Filter.Item.md
Normal file
9
Facepunch.Steamworks.Filter.Item.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Item
|
||||
## Property
|
||||
```
|
||||
KeyValuePair\<string, string\> Item
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
11
Facepunch.Steamworks.Filter.md
Normal file
11
Facepunch.Steamworks.Filter.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Filter
|
||||
|
||||
### Methods
|
||||
* **void** [[Add|Facepunch.Steamworks.Filter.Add]]( **string** k, **string** v )
|
||||
|
||||
### Properties
|
||||
* **int** [[Capacity|Facepunch.Steamworks.Filter.Capacity]]
|
||||
* **int** [[Count|Facepunch.Steamworks.Filter.Count]]
|
||||
* **KeyValuePair\<string, string\>** [[Item|Facepunch.Steamworks.Filter.Item]]
|
||||
|
||||
### Fields
|
9
Facepunch.Steamworks.Item.BytesDownloaded.md
Normal file
9
Facepunch.Steamworks.Item.BytesDownloaded.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BytesDownloaded
|
||||
## Property
|
||||
```
|
||||
ulong BytesDownloaded
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.BytesTotalDownload.md
Normal file
9
Facepunch.Steamworks.Item.BytesTotalDownload.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BytesTotalDownload
|
||||
## Property
|
||||
```
|
||||
ulong BytesTotalDownload
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.ChangelogUrl.md
Normal file
9
Facepunch.Steamworks.Item.ChangelogUrl.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ChangelogUrl
|
||||
## Property
|
||||
```
|
||||
string ChangelogUrl
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.CommentsUrl.md
Normal file
9
Facepunch.Steamworks.Item.CommentsUrl.md
Normal file
@ -0,0 +1,9 @@
|
||||
# CommentsUrl
|
||||
## Property
|
||||
```
|
||||
string CommentsUrl
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Created.md
Normal file
9
Facepunch.Steamworks.Item.Created.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Created
|
||||
## Property
|
||||
```
|
||||
DateTime Created
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Definition.md
Normal file
9
Facepunch.Steamworks.Item.Definition.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Definition
|
||||
## Property
|
||||
```
|
||||
Definition Definition
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.DefinitionId.md
Normal file
9
Facepunch.Steamworks.Item.DefinitionId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# DefinitionId
|
||||
## Property
|
||||
```
|
||||
int DefinitionId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Description.md
Normal file
9
Facepunch.Steamworks.Item.Description.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Description
|
||||
## Property
|
||||
```
|
||||
string Description
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Directory.md
Normal file
9
Facepunch.Steamworks.Item.Directory.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Directory
|
||||
## Property
|
||||
```
|
||||
DirectoryInfo Directory
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.DiscussUrl.md
Normal file
9
Facepunch.Steamworks.Item.DiscussUrl.md
Normal file
@ -0,0 +1,9 @@
|
||||
# DiscussUrl
|
||||
## Property
|
||||
```
|
||||
string DiscussUrl
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Download.md
Normal file
9
Facepunch.Steamworks.Item.Download.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Download
|
||||
## Method
|
||||
```
|
||||
void Download( bool highPriority )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.DownloadPending.md
Normal file
9
Facepunch.Steamworks.Item.DownloadPending.md
Normal file
@ -0,0 +1,9 @@
|
||||
# DownloadPending
|
||||
## Property
|
||||
```
|
||||
bool DownloadPending
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.DownloadProgress.md
Normal file
9
Facepunch.Steamworks.Item.DownloadProgress.md
Normal file
@ -0,0 +1,9 @@
|
||||
# DownloadProgress
|
||||
## Property
|
||||
```
|
||||
Double DownloadProgress
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Downloading.md
Normal file
9
Facepunch.Steamworks.Item.Downloading.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Downloading
|
||||
## Property
|
||||
```
|
||||
bool Downloading
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Edit.md
Normal file
9
Facepunch.Steamworks.Item.Edit.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Edit
|
||||
## Method
|
||||
```
|
||||
Editor Edit( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.FavouriteCount.md
Normal file
9
Facepunch.Steamworks.Item.FavouriteCount.md
Normal file
@ -0,0 +1,9 @@
|
||||
# FavouriteCount
|
||||
## Property
|
||||
```
|
||||
int FavouriteCount
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.FollowerCount.md
Normal file
9
Facepunch.Steamworks.Item.FollowerCount.md
Normal file
@ -0,0 +1,9 @@
|
||||
# FollowerCount
|
||||
## Property
|
||||
```
|
||||
int FollowerCount
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Id.md
Normal file
9
Facepunch.Steamworks.Item.Id.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Id
|
||||
## Property
|
||||
```
|
||||
ulong Id
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Installed.md
Normal file
9
Facepunch.Steamworks.Item.Installed.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Installed
|
||||
## Property
|
||||
```
|
||||
bool Installed
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Modified.md
Normal file
9
Facepunch.Steamworks.Item.Modified.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Modified
|
||||
## Property
|
||||
```
|
||||
DateTime Modified
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.NeedsUpdate.md
Normal file
9
Facepunch.Steamworks.Item.NeedsUpdate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# NeedsUpdate
|
||||
## Property
|
||||
```
|
||||
bool NeedsUpdate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.OwnerId.md
Normal file
9
Facepunch.Steamworks.Item.OwnerId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OwnerId
|
||||
## Property
|
||||
```
|
||||
ulong OwnerId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.OwnerName.md
Normal file
9
Facepunch.Steamworks.Item.OwnerName.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OwnerName
|
||||
## Property
|
||||
```
|
||||
string OwnerName
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.PreviewImageUrl.md
Normal file
9
Facepunch.Steamworks.Item.PreviewImageUrl.md
Normal file
@ -0,0 +1,9 @@
|
||||
# PreviewImageUrl
|
||||
## Property
|
||||
```
|
||||
string PreviewImageUrl
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Quantity.md
Normal file
9
Facepunch.Steamworks.Item.Quantity.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Quantity
|
||||
## Property
|
||||
```
|
||||
int Quantity
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.ReportScore.md
Normal file
9
Facepunch.Steamworks.Item.ReportScore.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ReportScore
|
||||
## Property
|
||||
```
|
||||
int ReportScore
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Score.md
Normal file
9
Facepunch.Steamworks.Item.Score.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Score
|
||||
## Property
|
||||
```
|
||||
Single Score
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Size.md
Normal file
9
Facepunch.Steamworks.Item.Size.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Size
|
||||
## Property
|
||||
```
|
||||
ulong Size
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.StartsUrl.md
Normal file
9
Facepunch.Steamworks.Item.StartsUrl.md
Normal file
@ -0,0 +1,9 @@
|
||||
# StartsUrl
|
||||
## Property
|
||||
```
|
||||
string StartsUrl
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Subscribed.md
Normal file
9
Facepunch.Steamworks.Item.Subscribed.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Subscribed
|
||||
## Property
|
||||
```
|
||||
bool Subscribed
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.SubscriptionCount.md
Normal file
9
Facepunch.Steamworks.Item.SubscriptionCount.md
Normal file
@ -0,0 +1,9 @@
|
||||
# SubscriptionCount
|
||||
## Property
|
||||
```
|
||||
int SubscriptionCount
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Tags.md
Normal file
9
Facepunch.Steamworks.Item.Tags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Tags
|
||||
## Property
|
||||
```
|
||||
String[] Tags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Title.md
Normal file
9
Facepunch.Steamworks.Item.Title.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Title
|
||||
## Property
|
||||
```
|
||||
string Title
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.TradeLocked.md
Normal file
9
Facepunch.Steamworks.Item.TradeLocked.md
Normal file
@ -0,0 +1,9 @@
|
||||
# TradeLocked
|
||||
## Property
|
||||
```
|
||||
bool TradeLocked
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.Url.md
Normal file
9
Facepunch.Steamworks.Item.Url.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Url
|
||||
## Property
|
||||
```
|
||||
string Url
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.VoteDown.md
Normal file
9
Facepunch.Steamworks.Item.VoteDown.md
Normal file
@ -0,0 +1,9 @@
|
||||
# VoteDown
|
||||
## Method
|
||||
```
|
||||
void VoteDown( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.VoteUp.md
Normal file
9
Facepunch.Steamworks.Item.VoteUp.md
Normal file
@ -0,0 +1,9 @@
|
||||
# VoteUp
|
||||
## Method
|
||||
```
|
||||
void VoteUp( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.VotesDown.md
Normal file
9
Facepunch.Steamworks.Item.VotesDown.md
Normal file
@ -0,0 +1,9 @@
|
||||
# VotesDown
|
||||
## Property
|
||||
```
|
||||
uint VotesDown
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.VotesUp.md
Normal file
9
Facepunch.Steamworks.Item.VotesUp.md
Normal file
@ -0,0 +1,9 @@
|
||||
# VotesUp
|
||||
## Property
|
||||
```
|
||||
uint VotesUp
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Item.WebsiteViews.md
Normal file
9
Facepunch.Steamworks.Item.WebsiteViews.md
Normal file
@ -0,0 +1,9 @@
|
||||
# WebsiteViews
|
||||
## Property
|
||||
```
|
||||
int WebsiteViews
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
43
Facepunch.Steamworks.Item.md
Normal file
43
Facepunch.Steamworks.Item.md
Normal file
@ -0,0 +1,43 @@
|
||||
# Item
|
||||
|
||||
### Methods
|
||||
* **void** [[Download|Facepunch.Steamworks.Item.Download]]( **bool** highPriority )
|
||||
* **Editor** [[Edit|Facepunch.Steamworks.Item.Edit]]( )
|
||||
* **void** [[VoteDown|Facepunch.Steamworks.Item.VoteDown]]( )
|
||||
* **void** [[VoteUp|Facepunch.Steamworks.Item.VoteUp]]( )
|
||||
|
||||
### Properties
|
||||
* **ulong** [[BytesDownloaded|Facepunch.Steamworks.Item.BytesDownloaded]]
|
||||
* **ulong** [[BytesTotalDownload|Facepunch.Steamworks.Item.BytesTotalDownload]]
|
||||
* **string** [[ChangelogUrl|Facepunch.Steamworks.Item.ChangelogUrl]]
|
||||
* **string** [[CommentsUrl|Facepunch.Steamworks.Item.CommentsUrl]]
|
||||
* **DateTime** [[Created|Facepunch.Steamworks.Item.Created]]
|
||||
* **string** [[Description|Facepunch.Steamworks.Item.Description]]
|
||||
* **DirectoryInfo** [[Directory|Facepunch.Steamworks.Item.Directory]]
|
||||
* **string** [[DiscussUrl|Facepunch.Steamworks.Item.DiscussUrl]]
|
||||
* **bool** [[Downloading|Facepunch.Steamworks.Item.Downloading]]
|
||||
* **bool** [[DownloadPending|Facepunch.Steamworks.Item.DownloadPending]]
|
||||
* **Double** [[DownloadProgress|Facepunch.Steamworks.Item.DownloadProgress]]
|
||||
* **int** [[FavouriteCount|Facepunch.Steamworks.Item.FavouriteCount]]
|
||||
* **int** [[FollowerCount|Facepunch.Steamworks.Item.FollowerCount]]
|
||||
* **ulong** [[Id|Facepunch.Steamworks.Item.Id]]
|
||||
* **bool** [[Installed|Facepunch.Steamworks.Item.Installed]]
|
||||
* **DateTime** [[Modified|Facepunch.Steamworks.Item.Modified]]
|
||||
* **bool** [[NeedsUpdate|Facepunch.Steamworks.Item.NeedsUpdate]]
|
||||
* **ulong** [[OwnerId|Facepunch.Steamworks.Item.OwnerId]]
|
||||
* **string** [[OwnerName|Facepunch.Steamworks.Item.OwnerName]]
|
||||
* **string** [[PreviewImageUrl|Facepunch.Steamworks.Item.PreviewImageUrl]]
|
||||
* **int** [[ReportScore|Facepunch.Steamworks.Item.ReportScore]]
|
||||
* **Single** [[Score|Facepunch.Steamworks.Item.Score]]
|
||||
* **ulong** [[Size|Facepunch.Steamworks.Item.Size]]
|
||||
* **string** [[StartsUrl|Facepunch.Steamworks.Item.StartsUrl]]
|
||||
* **bool** [[Subscribed|Facepunch.Steamworks.Item.Subscribed]]
|
||||
* **int** [[SubscriptionCount|Facepunch.Steamworks.Item.SubscriptionCount]]
|
||||
* **String[]** [[Tags|Facepunch.Steamworks.Item.Tags]]
|
||||
* **string** [[Title|Facepunch.Steamworks.Item.Title]]
|
||||
* **string** [[Url|Facepunch.Steamworks.Item.Url]]
|
||||
* **uint** [[VotesDown|Facepunch.Steamworks.Item.VotesDown]]
|
||||
* **uint** [[VotesUp|Facepunch.Steamworks.Item.VotesUp]]
|
||||
* **int** [[WebsiteViews|Facepunch.Steamworks.Item.WebsiteViews]]
|
||||
|
||||
### Fields
|
9
Facepunch.Steamworks.Query.AppId.md
Normal file
9
Facepunch.Steamworks.Query.AppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AppId
|
||||
## Property
|
||||
```
|
||||
uint AppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Block.md
Normal file
9
Facepunch.Steamworks.Query.Block.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Block
|
||||
## Method
|
||||
```
|
||||
void Block( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Dispose.md
Normal file
9
Facepunch.Steamworks.Query.Dispose.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Dispose
|
||||
## Method
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.ExcludeTags.md
Normal file
9
Facepunch.Steamworks.Query.ExcludeTags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ExcludeTags
|
||||
## Property
|
||||
```
|
||||
List\<string\> ExcludeTags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.FileId.md
Normal file
9
Facepunch.Steamworks.Query.FileId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# FileId
|
||||
## Property
|
||||
```
|
||||
List\<ulong\> FileId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.IsRunning.md
Normal file
9
Facepunch.Steamworks.Query.IsRunning.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsRunning
|
||||
## Property
|
||||
```
|
||||
bool IsRunning
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Items.md
Normal file
9
Facepunch.Steamworks.Query.Items.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Items
|
||||
## Property
|
||||
```
|
||||
Item[] Items
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Order.md
Normal file
9
Facepunch.Steamworks.Query.Order.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Order
|
||||
## Property
|
||||
```
|
||||
Order Order
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Page.md
Normal file
9
Facepunch.Steamworks.Query.Page.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Page
|
||||
## Property
|
||||
```
|
||||
int Page
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.PerPage.md
Normal file
9
Facepunch.Steamworks.Query.PerPage.md
Normal file
@ -0,0 +1,9 @@
|
||||
# PerPage
|
||||
## Property
|
||||
```
|
||||
int PerPage
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.QueryType.md
Normal file
9
Facepunch.Steamworks.Query.QueryType.md
Normal file
@ -0,0 +1,9 @@
|
||||
# QueryType
|
||||
## Property
|
||||
```
|
||||
QueryType QueryType
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.RequireAllTags.md
Normal file
9
Facepunch.Steamworks.Query.RequireAllTags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# RequireAllTags
|
||||
## Property
|
||||
```
|
||||
bool RequireAllTags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.RequireTags.md
Normal file
9
Facepunch.Steamworks.Query.RequireTags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# RequireTags
|
||||
## Property
|
||||
```
|
||||
List\<string\> RequireTags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.Run.md
Normal file
9
Facepunch.Steamworks.Query.Run.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Run
|
||||
## Method
|
||||
```
|
||||
void Run( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.SearchText.md
Normal file
9
Facepunch.Steamworks.Query.SearchText.md
Normal file
@ -0,0 +1,9 @@
|
||||
# SearchText
|
||||
## Property
|
||||
```
|
||||
string SearchText
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.TotalResults.md
Normal file
9
Facepunch.Steamworks.Query.TotalResults.md
Normal file
@ -0,0 +1,9 @@
|
||||
# TotalResults
|
||||
## Property
|
||||
```
|
||||
int TotalResults
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.UploaderAppId.md
Normal file
9
Facepunch.Steamworks.Query.UploaderAppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# UploaderAppId
|
||||
## Property
|
||||
```
|
||||
uint UploaderAppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.UserId.md
Normal file
9
Facepunch.Steamworks.Query.UserId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# UserId
|
||||
## Property
|
||||
```
|
||||
Nullable\<ulong\> UserId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Query.UserQueryType.md
Normal file
9
Facepunch.Steamworks.Query.UserQueryType.md
Normal file
@ -0,0 +1,9 @@
|
||||
# UserQueryType
|
||||
## Property
|
||||
```
|
||||
UserQueryType UserQueryType
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
26
Facepunch.Steamworks.Query.md
Normal file
26
Facepunch.Steamworks.Query.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Query
|
||||
|
||||
### Methods
|
||||
* **void** [[Block|Facepunch.Steamworks.Query.Block]]( )
|
||||
* **void** [[Dispose|Facepunch.Steamworks.Query.Dispose]]( )
|
||||
* **void** [[Run|Facepunch.Steamworks.Query.Run]]( )
|
||||
|
||||
### Properties
|
||||
* **uint** [[AppId|Facepunch.Steamworks.Query.AppId]]
|
||||
* **List\<string\>** [[ExcludeTags|Facepunch.Steamworks.Query.ExcludeTags]]
|
||||
* **List\<ulong\>** [[FileId|Facepunch.Steamworks.Query.FileId]]
|
||||
* **bool** [[IsRunning|Facepunch.Steamworks.Query.IsRunning]]
|
||||
* **Item[]** [[Items|Facepunch.Steamworks.Query.Items]]
|
||||
* **Order** [[Order|Facepunch.Steamworks.Query.Order]]
|
||||
* **int** [[Page|Facepunch.Steamworks.Query.Page]]
|
||||
* **int** [[PerPage|Facepunch.Steamworks.Query.PerPage]]
|
||||
* **QueryType** [[QueryType|Facepunch.Steamworks.Query.QueryType]]
|
||||
* **bool** [[RequireAllTags|Facepunch.Steamworks.Query.RequireAllTags]]
|
||||
* **List\<string\>** [[RequireTags|Facepunch.Steamworks.Query.RequireTags]]
|
||||
* **string** [[SearchText|Facepunch.Steamworks.Query.SearchText]]
|
||||
* **int** [[TotalResults|Facepunch.Steamworks.Query.TotalResults]]
|
||||
* **uint** [[UploaderAppId|Facepunch.Steamworks.Query.UploaderAppId]]
|
||||
* **Nullable\<ulong\>** [[UserId|Facepunch.Steamworks.Query.UserId]]
|
||||
* **UserQueryType** [[UserQueryType|Facepunch.Steamworks.Query.UserQueryType]]
|
||||
|
||||
### Fields
|
9
Facepunch.Steamworks.Request.Dispose.md
Normal file
9
Facepunch.Steamworks.Request.Dispose.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Dispose
|
||||
## Method
|
||||
```
|
||||
void Dispose( )
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Request.Finished.md
Normal file
9
Facepunch.Steamworks.Request.Finished.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Finished
|
||||
## Property
|
||||
```
|
||||
bool Finished
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Request.OnUpdate.md
Normal file
9
Facepunch.Steamworks.Request.OnUpdate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnUpdate
|
||||
## Property
|
||||
```
|
||||
Action OnUpdate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Request.Responded.md
Normal file
9
Facepunch.Steamworks.Request.Responded.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Responded
|
||||
## Property
|
||||
```
|
||||
List\<Server\> Responded
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Request.Unresponsive.md
Normal file
9
Facepunch.Steamworks.Request.Unresponsive.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Unresponsive
|
||||
## Property
|
||||
```
|
||||
List\<Server\> Unresponsive
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
12
Facepunch.Steamworks.Request.md
Normal file
12
Facepunch.Steamworks.Request.md
Normal file
@ -0,0 +1,12 @@
|
||||
# Request
|
||||
|
||||
### Methods
|
||||
* **void** [[Dispose|Facepunch.Steamworks.Request.Dispose]]( )
|
||||
|
||||
### Properties
|
||||
|
||||
### Fields
|
||||
* **Action** [[OnUpdate|Facepunch.Steamworks.Request.OnUpdate]]
|
||||
* **List\<Server\>** [[Responded|Facepunch.Steamworks.Request.Responded]]
|
||||
* **List\<Server\>** [[Unresponsive|Facepunch.Steamworks.Request.Unresponsive]]
|
||||
* **bool** [[Finished|Facepunch.Steamworks.Request.Finished]]
|
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