Structs

Garry Newman 2016-11-09 11:32:42 +00:00
parent 60c991cbe8
commit f6bea06924
21 changed files with 149 additions and 0 deletions

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

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

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

@ -0,0 +1,12 @@
# Color
### Summary
```
No documentation available
```
### Fields
* [[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]]**
* [[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]]**

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

@ -0,0 +1,6 @@
# Count
## Property
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Count|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Count]]**
## Summary
The amount of this item needed. Generally this will be 1.

@ -0,0 +1,7 @@
# Definition
## Property
[[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Definition]]**
## Summary
If we don't know about this item definition this might be null.
In which case, DefinitionId should still hold the correct id.

@ -0,0 +1,6 @@
# DefinitionId
## Property
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Recipe.Ingredient.DefinitionId]]**
## Summary
The definition ID of the ingredient.

@ -0,0 +1,11 @@
# Ingredient
### Summary
```
No documentation available
```
### Fields
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[DefinitionId|Facepunch.Steamworks.Inventory.Recipe.Ingredient.DefinitionId]]**
* [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Definition|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Definition]]**
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Count|Facepunch.Steamworks.Inventory.Recipe.Ingredient.Count]]**

@ -0,0 +1,6 @@
# Ingredients
## Property
[[Ingredient[]|Facepunch.Steamworks.Inventory.Recipe.Ingredient]] **[[Ingredients|Facepunch.Steamworks.Inventory.Recipe.Ingredients]]**
## Summary
The items, with quantity required to create this item.

@ -0,0 +1,6 @@
# Result
## Property
[[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Result|Facepunch.Steamworks.Inventory.Recipe.Result]]**
## Summary
The item that this will create.

@ -0,0 +1,11 @@
# Recipe
### Summary
```
Represents a crafting recepie which was defined using the exchange
section in the item schema.
```
### Fields
* [[Definition|Facepunch.Steamworks.Inventory.Definition]] **[[Result|Facepunch.Steamworks.Inventory.Recipe.Result]]**
* [[Ingredient[]|Facepunch.Steamworks.Inventory.Recipe.Ingredient]] **[[Ingredients|Facepunch.Steamworks.Inventory.Recipe.Ingredients]]**

@ -0,0 +1,6 @@
# Address
## Property
[[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Address|Facepunch.Steamworks.ServerQuery.Packet.Address]]**
## Summary
Target IP address

@ -0,0 +1,7 @@
# Data
## Property
[[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.ServerQuery.Packet.Data]]**
## Summary
This data is pooled. Make a copy if you don't use it immediately.
This buffer is also quite large - so pay attention to Size.

@ -0,0 +1,6 @@
# Port
## Property
[[UInt16|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Port|Facepunch.Steamworks.ServerQuery.Packet.Port]]**
## Summary
Target port

@ -0,0 +1,6 @@
# Size
## Property
[[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Size|Facepunch.Steamworks.ServerQuery.Packet.Size]]**
## Summary
Size of the data

@ -0,0 +1,12 @@
# Packet
### Summary
```
A server query packet.
```
### Properties
* [[uint|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Address|Facepunch.Steamworks.ServerQuery.Packet.Address]]**
* [[byte[]|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Data|Facepunch.Steamworks.ServerQuery.Packet.Data]]**
* [[UInt16|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Port|Facepunch.Steamworks.ServerQuery.Packet.Port]]**
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Size|Facepunch.Steamworks.ServerQuery.Packet.Size]]**

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

@ -0,0 +1,6 @@
# SteamId
## Property
[[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.ServerStats.StatsReceived.SteamId]]**
## Summary
No documentation available

@ -0,0 +1,10 @@
# StatsReceived
### Summary
```
No documentation available
```
### Fields
* [[int|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[Result|Facepunch.Steamworks.ServerStats.StatsReceived.Result]]**
* [[ulong|https://msdn.microsoft.com/en-us/library/ya5y69ds.aspx]] **[[SteamId|Facepunch.Steamworks.ServerStats.StatsReceived.SteamId]]**

@ -13,6 +13,7 @@
* [[SteamFriend|Facepunch.Steamworks.SteamFriend]]
* [[Friends|Facepunch.Steamworks.Friends]]
* [[Image|Facepunch.Steamworks.Image]]
* [[Color|Facepunch.Steamworks.Color]]
* [[Screenshots|Facepunch.Steamworks.Screenshots]]
* [[Stats|Facepunch.Steamworks.Stats]]
* [[Voice|Facepunch.Steamworks.Voice]]