mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-05 00:59:03 +03:00
Properties and fields
parent
4543c9c337
commit
dcc5bae703
11
Facepunch.Steamworks.App.BuildId.md
Normal file
11
Facepunch.Steamworks.App.BuildId.md
Normal file
@ -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.
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.AppId.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.AppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AppId
|
||||
## Property
|
||||
```
|
||||
uint AppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current running program's AppId
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.Inventory.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.Inventory.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Inventory
|
||||
## Property
|
||||
```
|
||||
Inventory Inventory
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.IsValid.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.IsValid.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsValid
|
||||
## Property
|
||||
```
|
||||
bool IsValid
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.Networking.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.Networking.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Networking
|
||||
## Property
|
||||
```
|
||||
Networking Networking
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.OnMessage.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.OnMessage.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnMessage
|
||||
## Property
|
||||
```
|
||||
Action\<MessageType, string\> OnMessage
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Called with a message from Steam
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.OnUpdate.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.OnUpdate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnUpdate
|
||||
## Property
|
||||
```
|
||||
Action OnUpdate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.BaseSteamworks.Workshop.md
Normal file
9
Facepunch.Steamworks.BaseSteamworks.Workshop.md
Normal file
@ -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]]
|
||||
|
9
Facepunch.Steamworks.Client.App.md
Normal file
9
Facepunch.Steamworks.Client.App.md
Normal file
@ -0,0 +1,9 @@
|
||||
# App
|
||||
## Property
|
||||
```
|
||||
App App
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.AppId.md
Normal file
9
Facepunch.Steamworks.Client.AppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AppId
|
||||
## Property
|
||||
```
|
||||
uint AppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current running program's AppId
|
||||
```
|
9
Facepunch.Steamworks.Client.Auth.md
Normal file
9
Facepunch.Steamworks.Client.Auth.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Auth
|
||||
## Property
|
||||
```
|
||||
Auth Auth
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.BetaName.md
Normal file
9
Facepunch.Steamworks.Client.BetaName.md
Normal file
@ -0,0 +1,9 @@
|
||||
# BetaName
|
||||
## Property
|
||||
```
|
||||
string BetaName
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current Beta name, if ser
|
||||
```
|
9
Facepunch.Steamworks.Client.Friends.md
Normal file
9
Facepunch.Steamworks.Client.Friends.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Friends
|
||||
## Property
|
||||
```
|
||||
Friends Friends
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Inventory.md
Normal file
9
Facepunch.Steamworks.Client.Inventory.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Inventory
|
||||
## Property
|
||||
```
|
||||
Inventory Inventory
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.IsValid.md
Normal file
9
Facepunch.Steamworks.Client.IsValid.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsValid
|
||||
## Property
|
||||
```
|
||||
bool IsValid
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Networking.md
Normal file
9
Facepunch.Steamworks.Client.Networking.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Networking
|
||||
## Property
|
||||
```
|
||||
Networking Networking
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.OnMessage.md
Normal file
9
Facepunch.Steamworks.Client.OnMessage.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnMessage
|
||||
## Property
|
||||
```
|
||||
Action\<MessageType, string\> OnMessage
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Called with a message from Steam
|
||||
```
|
9
Facepunch.Steamworks.Client.OnUpdate.md
Normal file
9
Facepunch.Steamworks.Client.OnUpdate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnUpdate
|
||||
## Property
|
||||
```
|
||||
Action OnUpdate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Overlay.md
Normal file
9
Facepunch.Steamworks.Client.Overlay.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Overlay
|
||||
## Property
|
||||
```
|
||||
Overlay Overlay
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Screenshots.md
Normal file
9
Facepunch.Steamworks.Client.Screenshots.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Screenshots
|
||||
## Property
|
||||
```
|
||||
Screenshots Screenshots
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.ServerList.md
Normal file
9
Facepunch.Steamworks.Client.ServerList.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerList
|
||||
## Property
|
||||
```
|
||||
ServerList ServerList
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Stats.md
Normal file
9
Facepunch.Steamworks.Client.Stats.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Stats
|
||||
## Property
|
||||
```
|
||||
Stats Stats
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.SteamId.md
Normal file
9
Facepunch.Steamworks.Client.SteamId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# SteamId
|
||||
## Property
|
||||
```
|
||||
ulong SteamId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current user's SteamId
|
||||
```
|
9
Facepunch.Steamworks.Client.Username.md
Normal file
9
Facepunch.Steamworks.Client.Username.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Username
|
||||
## Property
|
||||
```
|
||||
string Username
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current user's Username
|
||||
```
|
9
Facepunch.Steamworks.Client.Voice.md
Normal file
9
Facepunch.Steamworks.Client.Voice.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Voice
|
||||
## Property
|
||||
```
|
||||
Voice Voice
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Client.Workshop.md
Normal file
9
Facepunch.Steamworks.Client.Workshop.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Workshop
|
||||
## Property
|
||||
```
|
||||
Workshop Workshop
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
14
Facepunch.Steamworks.Config.UseThisCall.md
Normal file
14
Facepunch.Steamworks.Config.UseThisCall.md
Normal file
@ -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]]
|
||||
|
9
Facepunch.Steamworks.Friends.All.md
Normal file
9
Facepunch.Steamworks.Friends.All.md
Normal file
@ -0,0 +1,9 @@
|
||||
# All
|
||||
## Property
|
||||
```
|
||||
IEnumerable\<SteamFriend\> All
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Returns all friends, even blocked, ignored, friend requests etc
|
||||
```
|
9
Facepunch.Steamworks.Friends.AllBlocked.md
Normal file
9
Facepunch.Steamworks.Friends.AllBlocked.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AllBlocked
|
||||
## Property
|
||||
```
|
||||
IEnumerable\<SteamFriend\> AllBlocked
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Friends.AllFriends.md
Normal file
9
Facepunch.Steamworks.Friends.AllFriends.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AllFriends
|
||||
## Property
|
||||
```
|
||||
IEnumerable\<SteamFriend\> AllFriends
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Image.Data.md
Normal file
9
Facepunch.Steamworks.Image.Data.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Data
|
||||
## Property
|
||||
```
|
||||
byte[] Data
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Image.Height.md
Normal file
9
Facepunch.Steamworks.Image.Height.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Height
|
||||
## Property
|
||||
```
|
||||
int Height
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Image.Id.md
Normal file
9
Facepunch.Steamworks.Image.Id.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Id
|
||||
## Property
|
||||
```
|
||||
int Id
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Image.IsError.md
Normal file
9
Facepunch.Steamworks.Image.IsError.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsError
|
||||
## Property
|
||||
```
|
||||
bool IsError
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Return true if this image couldn't be loaded for some reason
|
||||
```
|
9
Facepunch.Steamworks.Image.IsLoaded.md
Normal file
9
Facepunch.Steamworks.Image.IsLoaded.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsLoaded
|
||||
## Property
|
||||
```
|
||||
bool IsLoaded
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Image.Width.md
Normal file
9
Facepunch.Steamworks.Image.Width.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Width
|
||||
## Property
|
||||
```
|
||||
int Width
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
10
Facepunch.Steamworks.Inventory.Definitions.md
Normal file
10
Facepunch.Steamworks.Inventory.Definitions.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Definitions
|
||||
## Property
|
||||
```
|
||||
Definition[] Definitions
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
A list of items defined for this app.
|
||||
This should be immediately populated and available.
|
||||
```
|
10
Facepunch.Steamworks.Inventory.Items.md
Normal file
10
Facepunch.Steamworks.Inventory.Items.md
Normal file
@ -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.
|
||||
```
|
10
Facepunch.Steamworks.Inventory.OnUpdate.md
Normal file
10
Facepunch.Steamworks.Inventory.OnUpdate.md
Normal file
@ -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.
|
||||
```
|
9
Facepunch.Steamworks.Inventory.SerializedExpireTime.md
Normal file
9
Facepunch.Steamworks.Inventory.SerializedExpireTime.md
Normal file
@ -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.
|
||||
```
|
10
Facepunch.Steamworks.Inventory.SerializedItems.md
Normal file
10
Facepunch.Steamworks.Inventory.SerializedItems.md
Normal file
@ -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.
|
||||
```
|
9
Facepunch.Steamworks.Networking.OnConnectionFailed.md
Normal file
9
Facepunch.Steamworks.Networking.OnConnectionFailed.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnConnectionFailed
|
||||
## Property
|
||||
```
|
||||
Action\<ulong, SessionError\> OnConnectionFailed
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Networking.OnIncomingConnection.md
Normal file
9
Facepunch.Steamworks.Networking.OnIncomingConnection.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnIncomingConnection
|
||||
## Property
|
||||
```
|
||||
Func\<ulong, bool\> OnIncomingConnection
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Networking.OnP2PData.md
Normal file
9
Facepunch.Steamworks.Networking.OnP2PData.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnP2PData
|
||||
## Property
|
||||
```
|
||||
Action\<ulong, MemoryStream, int\> OnP2PData
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.AppId.md
Normal file
9
Facepunch.Steamworks.Server.AppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# AppId
|
||||
## Property
|
||||
```
|
||||
uint AppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current running program's AppId
|
||||
```
|
9
Facepunch.Steamworks.Server.Auth.md
Normal file
9
Facepunch.Steamworks.Server.Auth.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Auth
|
||||
## Property
|
||||
```
|
||||
ServerAuth Auth
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
10
Facepunch.Steamworks.Server.BotCount.md
Normal file
10
Facepunch.Steamworks.Server.BotCount.md
Normal file
@ -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.
|
||||
```
|
9
Facepunch.Steamworks.Server.GameDescription.md
Normal file
9
Facepunch.Steamworks.Server.GameDescription.md
Normal file
@ -0,0 +1,9 @@
|
||||
# GameDescription
|
||||
## Property
|
||||
```
|
||||
string GameDescription
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current Product
|
||||
```
|
9
Facepunch.Steamworks.Server.GameTags.md
Normal file
9
Facepunch.Steamworks.Server.GameTags.md
Normal file
@ -0,0 +1,9 @@
|
||||
# GameTags
|
||||
## Property
|
||||
```
|
||||
string GameTags
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current GameTags
|
||||
```
|
9
Facepunch.Steamworks.Server.Inventory.md
Normal file
9
Facepunch.Steamworks.Server.Inventory.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Inventory
|
||||
## Property
|
||||
```
|
||||
Inventory Inventory
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.IsValid.md
Normal file
9
Facepunch.Steamworks.Server.IsValid.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsValid
|
||||
## Property
|
||||
```
|
||||
bool IsValid
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.LoggedOn.md
Normal file
9
Facepunch.Steamworks.Server.LoggedOn.md
Normal file
@ -0,0 +1,9 @@
|
||||
# LoggedOn
|
||||
## Property
|
||||
```
|
||||
bool LoggedOn
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.MapName.md
Normal file
9
Facepunch.Steamworks.Server.MapName.md
Normal file
@ -0,0 +1,9 @@
|
||||
# MapName
|
||||
## Property
|
||||
```
|
||||
string MapName
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current Map Name.
|
||||
```
|
10
Facepunch.Steamworks.Server.MaxPlayers.md
Normal file
10
Facepunch.Steamworks.Server.MaxPlayers.md
Normal file
@ -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.
|
||||
```
|
9
Facepunch.Steamworks.Server.ModDir.md
Normal file
9
Facepunch.Steamworks.Server.ModDir.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ModDir
|
||||
## Property
|
||||
```
|
||||
string ModDir
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current ModDir
|
||||
```
|
9
Facepunch.Steamworks.Server.Networking.md
Normal file
9
Facepunch.Steamworks.Server.Networking.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Networking
|
||||
## Property
|
||||
```
|
||||
Networking Networking
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.OnMessage.md
Normal file
9
Facepunch.Steamworks.Server.OnMessage.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnMessage
|
||||
## Property
|
||||
```
|
||||
Action\<MessageType, string\> OnMessage
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Called with a message from Steam
|
||||
```
|
9
Facepunch.Steamworks.Server.OnUpdate.md
Normal file
9
Facepunch.Steamworks.Server.OnUpdate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnUpdate
|
||||
## Property
|
||||
```
|
||||
Action OnUpdate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.Passworded.md
Normal file
9
Facepunch.Steamworks.Server.Passworded.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Passworded
|
||||
## Property
|
||||
```
|
||||
bool Passworded
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current Passworded
|
||||
```
|
9
Facepunch.Steamworks.Server.Product.md
Normal file
9
Facepunch.Steamworks.Server.Product.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Product
|
||||
## Property
|
||||
```
|
||||
string Product
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current Product
|
||||
```
|
9
Facepunch.Steamworks.Server.Query.md
Normal file
9
Facepunch.Steamworks.Server.Query.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Query
|
||||
## Property
|
||||
```
|
||||
ServerQuery Query
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.ServerName.md
Normal file
9
Facepunch.Steamworks.Server.ServerName.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerName
|
||||
## Property
|
||||
```
|
||||
string ServerName
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Gets or sets the current ServerName
|
||||
```
|
9
Facepunch.Steamworks.Server.Stats.md
Normal file
9
Facepunch.Steamworks.Server.Stats.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Stats
|
||||
## Property
|
||||
```
|
||||
ServerStats Stats
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Server.SteamId.md
Normal file
9
Facepunch.Steamworks.Server.SteamId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# SteamId
|
||||
## Property
|
||||
```
|
||||
ulong SteamId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current user's SteamId
|
||||
```
|
9
Facepunch.Steamworks.Server.Username.md
Normal file
9
Facepunch.Steamworks.Server.Username.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Username
|
||||
## Property
|
||||
```
|
||||
string Username
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Current user's Username
|
||||
```
|
9
Facepunch.Steamworks.Server.Workshop.md
Normal file
9
Facepunch.Steamworks.Server.Workshop.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Workshop
|
||||
## Property
|
||||
```
|
||||
Workshop Workshop
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.ServerAuth.OnAuthChange.md
Normal file
9
Facepunch.Steamworks.ServerAuth.OnAuthChange.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnAuthChange
|
||||
## Property
|
||||
```
|
||||
Action\<ulong, ulong, Status\> OnAuthChange
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Steamid, Ownerid, Status
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.CurrentAppId.md
Normal file
9
Facepunch.Steamworks.SteamFriend.CurrentAppId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# CurrentAppId
|
||||
## Property
|
||||
```
|
||||
ulong CurrentAppId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
The AppId this guy is playing
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.Id.md
Normal file
9
Facepunch.Steamworks.SteamFriend.Id.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Id
|
||||
## Property
|
||||
```
|
||||
ulong Id
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Steam Id
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.IsBlocked.md
Normal file
9
Facepunch.Steamworks.SteamFriend.IsBlocked.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsBlocked
|
||||
## Property
|
||||
```
|
||||
bool IsBlocked
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Return true if blocked
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.IsFriend.md
Normal file
9
Facepunch.Steamworks.SteamFriend.IsFriend.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsFriend
|
||||
## Property
|
||||
```
|
||||
bool IsFriend
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Return true if is a friend. Returns false if blocked, request etc.
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.IsOnline.md
Normal file
9
Facepunch.Steamworks.SteamFriend.IsOnline.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsOnline
|
||||
## Property
|
||||
```
|
||||
bool IsOnline
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Returns true if this friend is online
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.IsPlaying.md
Normal file
9
Facepunch.Steamworks.SteamFriend.IsPlaying.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsPlaying
|
||||
## Property
|
||||
```
|
||||
bool IsPlaying
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Returns true if this friend is online and playing this game
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.IsPlayingThisGame.md
Normal file
9
Facepunch.Steamworks.SteamFriend.IsPlayingThisGame.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsPlayingThisGame
|
||||
## Property
|
||||
```
|
||||
bool IsPlayingThisGame
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Returns true if this friend is online and playing this game
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.Name.md
Normal file
9
Facepunch.Steamworks.SteamFriend.Name.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Name
|
||||
## Property
|
||||
```
|
||||
string Name
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Their current display name
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.ServerGamePort.md
Normal file
9
Facepunch.Steamworks.SteamFriend.ServerGamePort.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerGamePort
|
||||
## Property
|
||||
```
|
||||
int ServerGamePort
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.ServerIp.md
Normal file
9
Facepunch.Steamworks.SteamFriend.ServerIp.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerIp
|
||||
## Property
|
||||
```
|
||||
uint ServerIp
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.ServerLobbyId.md
Normal file
9
Facepunch.Steamworks.SteamFriend.ServerLobbyId.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerLobbyId
|
||||
## Property
|
||||
```
|
||||
ulong ServerLobbyId
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.SteamFriend.ServerQueryPort.md
Normal file
9
Facepunch.Steamworks.SteamFriend.ServerQueryPort.md
Normal file
@ -0,0 +1,9 @@
|
||||
# ServerQueryPort
|
||||
## Property
|
||||
```
|
||||
int ServerQueryPort
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Voice.DesiredSampleRate.md
Normal file
9
Facepunch.Steamworks.Voice.DesiredSampleRate.md
Normal file
@ -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
|
||||
```
|
9
Facepunch.Steamworks.Voice.IsRecording.md
Normal file
9
Facepunch.Steamworks.Voice.IsRecording.md
Normal file
@ -0,0 +1,9 @@
|
||||
# IsRecording
|
||||
## Property
|
||||
```
|
||||
bool IsRecording
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Voice.LastVoiceRecordTime.md
Normal file
9
Facepunch.Steamworks.Voice.LastVoiceRecordTime.md
Normal file
@ -0,0 +1,9 @@
|
||||
# LastVoiceRecordTime
|
||||
## Property
|
||||
```
|
||||
DateTime LastVoiceRecordTime
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
The last time voice was detected, recorded
|
||||
```
|
9
Facepunch.Steamworks.Voice.OnCompressedData.md
Normal file
9
Facepunch.Steamworks.Voice.OnCompressedData.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnCompressedData
|
||||
## Property
|
||||
```
|
||||
Action\<IntPtr, int\> OnCompressedData
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Voice.OnUncompressedData.md
Normal file
9
Facepunch.Steamworks.Voice.OnUncompressedData.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OnUncompressedData
|
||||
## Property
|
||||
```
|
||||
Action\<IntPtr, int\> OnUncompressedData
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
9
Facepunch.Steamworks.Voice.OptimalSampleRate.md
Normal file
9
Facepunch.Steamworks.Voice.OptimalSampleRate.md
Normal file
@ -0,0 +1,9 @@
|
||||
# OptimalSampleRate
|
||||
## Property
|
||||
```
|
||||
uint OptimalSampleRate
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
Returns the optimal sample rate for voice - according to Steam
|
||||
```
|
9
Facepunch.Steamworks.Voice.TimeSinceLastVoiceRecord.md
Normal file
9
Facepunch.Steamworks.Voice.TimeSinceLastVoiceRecord.md
Normal file
@ -0,0 +1,9 @@
|
||||
# TimeSinceLastVoiceRecord
|
||||
## Property
|
||||
```
|
||||
TimeSpan TimeSinceLastVoiceRecord
|
||||
```
|
||||
## Summary
|
||||
```
|
||||
No documentation available
|
||||
```
|
10
Facepunch.Steamworks.Voice.WantsRecording.md
Normal file
10
Facepunch.Steamworks.Voice.WantsRecording.md
Normal file
@ -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.
|
||||
```
|
28
Image.md
28
Image.md
@ -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
8
Poop/Auth.md
Normal file
@ -0,0 +1,8 @@
|
||||
# Auth
|
||||
|
||||
### Methods
|
||||
* **Ticket** [[GetAuthSessionTicket|Facepunch.Steamworks.Auth.GetAuthSessionTicket]]( )
|
||||
|
||||
### Properties
|
||||
|
||||
### Fields
|
Loading…
x
Reference in New Issue
Block a user