Properties and fields

Garry Newman 2016-11-02 20:08:46 +00:00
parent 4543c9c337
commit dcc5bae703
91 changed files with 805 additions and 99 deletions

@ -0,0 +1,11 @@
# BuildId
## Property
```
int BuildId
```
## Summary
```
Returns the current BuildId of the game.
This is pretty useless, as it isn't guarenteed to return
the build id you're playing, or the latest build id.
```

@ -0,0 +1,9 @@
# AppId
## Property
```
uint AppId
```
## Summary
```
Current running program's AppId
```

@ -0,0 +1,9 @@
# Inventory
## Property
```
Inventory Inventory
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# IsValid
## Property
```
bool IsValid
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Networking
## Property
```
Networking Networking
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -0,0 +1,9 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Workshop
## Property
```
Workshop Workshop
```
## Summary
```
No documentation available
```

@ -5,50 +5,3 @@
### Properties
### Fields
* **int** [[SteamUser|Facepunch.Steamworks.CallbackIdentifiers.SteamUser]]
* **int** [[SteamGameServer|Facepunch.Steamworks.CallbackIdentifiers.SteamGameServer]]
* **int** [[SteamFriends|Facepunch.Steamworks.CallbackIdentifiers.SteamFriends]]
* **int** [[SteamBilling|Facepunch.Steamworks.CallbackIdentifiers.SteamBilling]]
* **int** [[SteamMatchmaking|Facepunch.Steamworks.CallbackIdentifiers.SteamMatchmaking]]
* **int** [[SteamContentServer|Facepunch.Steamworks.CallbackIdentifiers.SteamContentServer]]
* **int** [[SteamUtils|Facepunch.Steamworks.CallbackIdentifiers.SteamUtils]]
* **int** [[ClientFriends|Facepunch.Steamworks.CallbackIdentifiers.ClientFriends]]
* **int** [[ClientUser|Facepunch.Steamworks.CallbackIdentifiers.ClientUser]]
* **int** [[SteamApps|Facepunch.Steamworks.CallbackIdentifiers.SteamApps]]
* **int** [[SteamUserStats|Facepunch.Steamworks.CallbackIdentifiers.SteamUserStats]]
* **int** [[SteamNetworking|Facepunch.Steamworks.CallbackIdentifiers.SteamNetworking]]
* **int** [[ClientRemoteStorage|Facepunch.Steamworks.CallbackIdentifiers.ClientRemoteStorage]]
* **int** [[ClientDepotBuilder|Facepunch.Steamworks.CallbackIdentifiers.ClientDepotBuilder]]
* **int** [[SteamGameServerItems|Facepunch.Steamworks.CallbackIdentifiers.SteamGameServerItems]]
* **int** [[ClientUtils|Facepunch.Steamworks.CallbackIdentifiers.ClientUtils]]
* **int** [[SteamGameCoordinator|Facepunch.Steamworks.CallbackIdentifiers.SteamGameCoordinator]]
* **int** [[SteamGameServerStats|Facepunch.Steamworks.CallbackIdentifiers.SteamGameServerStats]]
* **int** [[Steam2Async|Facepunch.Steamworks.CallbackIdentifiers.Steam2Async]]
* **int** [[SteamGameStats|Facepunch.Steamworks.CallbackIdentifiers.SteamGameStats]]
* **int** [[ClientHTTP|Facepunch.Steamworks.CallbackIdentifiers.ClientHTTP]]
* **int** [[ClientScreenshots|Facepunch.Steamworks.CallbackIdentifiers.ClientScreenshots]]
* **int** [[SteamScreenshots|Facepunch.Steamworks.CallbackIdentifiers.SteamScreenshots]]
* **int** [[ClientAudio|Facepunch.Steamworks.CallbackIdentifiers.ClientAudio]]
* **int** [[ClientUnifiedMessages|Facepunch.Steamworks.CallbackIdentifiers.ClientUnifiedMessages]]
* **int** [[SteamStreamLauncher|Facepunch.Steamworks.CallbackIdentifiers.SteamStreamLauncher]]
* **int** [[ClientController|Facepunch.Steamworks.CallbackIdentifiers.ClientController]]
* **int** [[SteamController|Facepunch.Steamworks.CallbackIdentifiers.SteamController]]
* **int** [[ClientParentalSettings|Facepunch.Steamworks.CallbackIdentifiers.ClientParentalSettings]]
* **int** [[ClientDeviceAuth|Facepunch.Steamworks.CallbackIdentifiers.ClientDeviceAuth]]
* **int** [[ClientNetworkDeviceManager|Facepunch.Steamworks.CallbackIdentifiers.ClientNetworkDeviceManager]]
* **int** [[ClientMusic|Facepunch.Steamworks.CallbackIdentifiers.ClientMusic]]
* **int** [[ClientRemoteClientManager|Facepunch.Steamworks.CallbackIdentifiers.ClientRemoteClientManager]]
* **int** [[ClientUGC|Facepunch.Steamworks.CallbackIdentifiers.ClientUGC]]
* **int** [[SteamStreamClient|Facepunch.Steamworks.CallbackIdentifiers.SteamStreamClient]]
* **int** [[ClientShortcuts|Facepunch.Steamworks.CallbackIdentifiers.ClientShortcuts]]
* **int** [[ClientRemoteControlManager|Facepunch.Steamworks.CallbackIdentifiers.ClientRemoteControlManager]]
* **int** [[SteamAppList|Facepunch.Steamworks.CallbackIdentifiers.SteamAppList]]
* **int** [[SteamMusic|Facepunch.Steamworks.CallbackIdentifiers.SteamMusic]]
* **int** [[SteamMusicRemote|Facepunch.Steamworks.CallbackIdentifiers.SteamMusicRemote]]
* **int** [[ClientVR|Facepunch.Steamworks.CallbackIdentifiers.ClientVR]]
* **int** [[ClientGameNotification|Facepunch.Steamworks.CallbackIdentifiers.ClientGameNotification]]
* **int** [[SteamGameNotification|Facepunch.Steamworks.CallbackIdentifiers.SteamGameNotification]]
* **int** [[SteamHTMLSurface|Facepunch.Steamworks.CallbackIdentifiers.SteamHTMLSurface]]
* **int** [[ClientVideo|Facepunch.Steamworks.CallbackIdentifiers.ClientVideo]]
* **int** [[ClientInventory|Facepunch.Steamworks.CallbackIdentifiers.ClientInventory]]
* **int** [[ClientBluetoothManager|Facepunch.Steamworks.CallbackIdentifiers.ClientBluetoothManager]]

@ -0,0 +1,9 @@
# App
## Property
```
App App
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# AppId
## Property
```
uint AppId
```
## Summary
```
Current running program's AppId
```

@ -0,0 +1,9 @@
# Auth
## Property
```
Auth Auth
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# BetaName
## Property
```
string BetaName
```
## Summary
```
Current Beta name, if ser
```

@ -0,0 +1,9 @@
# Friends
## Property
```
Friends Friends
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Inventory
## Property
```
Inventory Inventory
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# IsValid
## Property
```
bool IsValid
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Networking
## Property
```
Networking Networking
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -0,0 +1,9 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Overlay
## Property
```
Overlay Overlay
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Screenshots
## Property
```
Screenshots Screenshots
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ServerList
## Property
```
ServerList ServerList
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Stats
## Property
```
Stats Stats
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# SteamId
## Property
```
ulong SteamId
```
## Summary
```
Current user's SteamId
```

@ -0,0 +1,9 @@
# Username
## Property
```
string Username
```
## Summary
```
Current user's Username
```

@ -0,0 +1,9 @@
# Voice
## Property
```
Voice Voice
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Workshop
## Property
```
Workshop Workshop
```
## Summary
```
No documentation available
```

@ -0,0 +1,14 @@
# UseThisCall
## Property
```
bool UseThisCall
```
## Summary
```
Some platforms allow/need CallingConvention.ThisCall. If you're crashing with argument null
errors on certain platforms, try flipping this to true.
I owe this logic to Riley Labrecque's hard work on Steamworks.net - I don't have the knowledge
or patience to find this shit on my own, so massive thanks to him. And also massive thanks to him
for releasing his shit open source under the MIT license so we can all learn and iterate.
```

@ -5,27 +5,3 @@
### Properties
### Fields
* **string** [[STEAMAPPLIST_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMAPPLIST_INTERFACE_VERSION]]
* **string** [[STEAMAPPS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMAPPS_INTERFACE_VERSION]]
* **string** [[STEAMAPPTICKET_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMAPPTICKET_INTERFACE_VERSION]]
* **string** [[STEAMCONTROLLER_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMCONTROLLER_INTERFACE_VERSION]]
* **string** [[STEAMFRIENDS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMFRIENDS_INTERFACE_VERSION]]
* **string** [[STEAMGAMECOORDINATOR_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMGAMECOORDINATOR_INTERFACE_VERSION]]
* **string** [[STEAMGAMESERVER_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMGAMESERVER_INTERFACE_VERSION]]
* **string** [[STEAMGAMESERVERSTATS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMGAMESERVERSTATS_INTERFACE_VERSION]]
* **string** [[STEAMHTMLSURFACE_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMHTMLSURFACE_INTERFACE_VERSION]]
* **string** [[STEAMHTTP_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMHTTP_INTERFACE_VERSION]]
* **string** [[STEAMINVENTORY_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMINVENTORY_INTERFACE_VERSION]]
* **string** [[STEAMMATCHMAKING_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMMATCHMAKING_INTERFACE_VERSION]]
* **string** [[STEAMMATCHMAKINGSERVERS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMMATCHMAKINGSERVERS_INTERFACE_VERSION]]
* **string** [[STEAMMUSIC_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMMUSIC_INTERFACE_VERSION]]
* **string** [[STEAMMUSICREMOTE_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMMUSICREMOTE_INTERFACE_VERSION]]
* **string** [[STEAMNETWORKING_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMNETWORKING_INTERFACE_VERSION]]
* **string** [[STEAMREMOTESTORAGE_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMREMOTESTORAGE_INTERFACE_VERSION]]
* **string** [[STEAMSCREENSHOTS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMSCREENSHOTS_INTERFACE_VERSION]]
* **string** [[STEAMUGC_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMUGC_INTERFACE_VERSION]]
* **string** [[STEAMUNIFIEDMESSAGES_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMUNIFIEDMESSAGES_INTERFACE_VERSION]]
* **string** [[STEAMUSER_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMUSER_INTERFACE_VERSION]]
* **string** [[STEAMUSERSTATS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMUSERSTATS_INTERFACE_VERSION]]
* **string** [[STEAMUTILS_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMUTILS_INTERFACE_VERSION]]
* **string** [[STEAMVIDEO_INTERFACE_VERSION|Facepunch.Steamworks.Defines.STEAMVIDEO_INTERFACE_VERSION]]

@ -0,0 +1,9 @@
# All
## Property
```
IEnumerable\<SteamFriend\> All
```
## Summary
```
Returns all friends, even blocked, ignored, friend requests etc
```

@ -0,0 +1,9 @@
# AllBlocked
## Property
```
IEnumerable\<SteamFriend\> AllBlocked
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# AllFriends
## Property
```
IEnumerable\<SteamFriend\> AllFriends
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Data
## Property
```
byte[] Data
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Height
## Property
```
int Height
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Id
## Property
```
int Id
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# IsError
## Property
```
bool IsError
```
## Summary
```
Return true if this image couldn't be loaded for some reason
```

@ -0,0 +1,9 @@
# IsLoaded
## Property
```
bool IsLoaded
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Width
## Property
```
int Width
```
## Summary
```
No documentation available
```

@ -0,0 +1,10 @@
# Definitions
## Property
```
Definition[] Definitions
```
## Summary
```
A list of items defined for this app.
This should be immediately populated and available.
```

@ -0,0 +1,10 @@
# Items
## Property
```
Item[] Items
```
## Summary
```
A list of items owned by this user. You should call Refresh() before trying to access this,
and then wait until it's non null or listen to OnUpdate to find out immediately when it's populated.
```

@ -0,0 +1,10 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
Called when the local client's items are first retrieved, and when they change.
Obviously not called on the server.
```

@ -0,0 +1,9 @@
# SerializedExpireTime
## Property
```
DateTime SerializedExpireTime
```
## Summary
```
Serialized data exprires after an hour. This is the time the value in SerializedItems will expire.
```

@ -0,0 +1,10 @@
# SerializedItems
## Property
```
byte[] SerializedItems
```
## Summary
```
You can send this data to a server, or another player who can then deserialize it
and get a verified list of items.
```

@ -0,0 +1,9 @@
# OnConnectionFailed
## Property
```
Action\<ulong, SessionError\> OnConnectionFailed
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnIncomingConnection
## Property
```
Func\<ulong, bool\> OnIncomingConnection
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnP2PData
## Property
```
Action\<ulong, MemoryStream, int\> OnP2PData
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# AppId
## Property
```
uint AppId
```
## Summary
```
Current running program's AppId
```

@ -0,0 +1,9 @@
# Auth
## Property
```
ServerAuth Auth
```
## Summary
```
No documentation available
```

@ -0,0 +1,10 @@
# BotCount
## Property
```
int BotCount
```
## Summary
```
Gets or sets the current BotCount.
This doesn't enforce any kind of limit, it just updates the master server.
```

@ -0,0 +1,9 @@
# GameDescription
## Property
```
string GameDescription
```
## Summary
```
Gets or sets the current Product
```

@ -0,0 +1,9 @@
# GameTags
## Property
```
string GameTags
```
## Summary
```
Gets or sets the current GameTags
```

@ -0,0 +1,9 @@
# Inventory
## Property
```
Inventory Inventory
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# IsValid
## Property
```
bool IsValid
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# LoggedOn
## Property
```
bool LoggedOn
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# MapName
## Property
```
string MapName
```
## Summary
```
Gets or sets the current Map Name.
```

@ -0,0 +1,10 @@
# MaxPlayers
## Property
```
int MaxPlayers
```
## Summary
```
Gets or sets the current MaxPlayers.
This doesn't enforce any kind of limit, it just updates the master server.
```

@ -0,0 +1,9 @@
# ModDir
## Property
```
string ModDir
```
## Summary
```
Gets or sets the current ModDir
```

@ -0,0 +1,9 @@
# Networking
## Property
```
Networking Networking
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnMessage
## Property
```
Action\<MessageType, string\> OnMessage
```
## Summary
```
Called with a message from Steam
```

@ -0,0 +1,9 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Passworded
## Property
```
bool Passworded
```
## Summary
```
Gets or sets the current Passworded
```

@ -0,0 +1,9 @@
# Product
## Property
```
string Product
```
## Summary
```
Gets or sets the current Product
```

@ -0,0 +1,9 @@
# Query
## Property
```
ServerQuery Query
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ServerName
## Property
```
string ServerName
```
## Summary
```
Gets or sets the current ServerName
```

@ -0,0 +1,9 @@
# Stats
## Property
```
ServerStats Stats
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# SteamId
## Property
```
ulong SteamId
```
## Summary
```
Current user's SteamId
```

@ -0,0 +1,9 @@
# Username
## Property
```
string Username
```
## Summary
```
Current user's Username
```

@ -0,0 +1,9 @@
# Workshop
## Property
```
Workshop Workshop
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnAuthChange
## Property
```
Action\<ulong, ulong, Status\> OnAuthChange
```
## Summary
```
Steamid, Ownerid, Status
```

@ -0,0 +1,9 @@
# CurrentAppId
## Property
```
ulong CurrentAppId
```
## Summary
```
The AppId this guy is playing
```

@ -0,0 +1,9 @@
# Id
## Property
```
ulong Id
```
## Summary
```
Steam Id
```

@ -0,0 +1,9 @@
# IsBlocked
## Property
```
bool IsBlocked
```
## Summary
```
Return true if blocked
```

@ -0,0 +1,9 @@
# IsFriend
## Property
```
bool IsFriend
```
## Summary
```
Return true if is a friend. Returns false if blocked, request etc.
```

@ -0,0 +1,9 @@
# IsOnline
## Property
```
bool IsOnline
```
## Summary
```
Returns true if this friend is online
```

@ -0,0 +1,9 @@
# IsPlaying
## Property
```
bool IsPlaying
```
## Summary
```
Returns true if this friend is online and playing this game
```

@ -0,0 +1,9 @@
# IsPlayingThisGame
## Property
```
bool IsPlayingThisGame
```
## Summary
```
Returns true if this friend is online and playing this game
```

@ -0,0 +1,9 @@
# Name
## Property
```
string Name
```
## Summary
```
Their current display name
```

@ -0,0 +1,9 @@
# ServerGamePort
## Property
```
int ServerGamePort
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ServerIp
## Property
```
uint ServerIp
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ServerLobbyId
## Property
```
ulong ServerLobbyId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ServerQueryPort
## Property
```
int ServerQueryPort
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# DesiredSampleRate
## Property
```
uint DesiredSampleRate
```
## Summary
```
If set we will capture the audio at this rate. If unset (set to 0) will capture at OptimalSampleRate
```

@ -0,0 +1,9 @@
# IsRecording
## Property
```
bool IsRecording
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# LastVoiceRecordTime
## Property
```
DateTime LastVoiceRecordTime
```
## Summary
```
The last time voice was detected, recorded
```

@ -0,0 +1,9 @@
# OnCompressedData
## Property
```
Action\<IntPtr, int\> OnCompressedData
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnUncompressedData
## Property
```
Action\<IntPtr, int\> OnUncompressedData
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OptimalSampleRate
## Property
```
uint OptimalSampleRate
```
## Summary
```
Returns the optimal sample rate for voice - according to Steam
```

@ -0,0 +1,9 @@
# TimeSinceLastVoiceRecord
## Property
```
TimeSpan TimeSinceLastVoiceRecord
```
## Summary
```
No documentation available
```

@ -0,0 +1,10 @@
# WantsRecording
## Property
```
bool WantsRecording
```
## Summary
```
If set to true we are listening to the mic.
You should usually toggle this with the press of a key for push to talk.
```

@ -1,28 +0,0 @@
# Image
## Methods
##### `Color` [[GetPixel|Facepunch.Steamworks.Image.GetPixel]]( `int` **x**, `int` **y** )
*No documentation available*
##### Properties
### `Byte[]` [[Data|Facepunch.Steamworks.Image.Data]]
*No documentation available*
### `int` [[Height|Facepunch.Steamworks.Image.Height]]
*No documentation available*
### `int` [[Id|Facepunch.Steamworks.Image.Id]]
*No documentation available*
### `bool` [[IsError|Facepunch.Steamworks.Image.IsError]]
Return true if this image couldn't be loaded for some reason
### `bool` [[IsLoaded|Facepunch.Steamworks.Image.IsLoaded]]
*No documentation available*
### `int` [[Width|Facepunch.Steamworks.Image.Width]]
*No documentation available*
## Fields

8
Poop/Auth.md Normal file

@ -0,0 +1,8 @@
# Auth
### Methods
* **Ticket** [[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]( )
### Properties
### Fields