Game Client
Like what your seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
accessed from within the SteamSettings this houses client specific features and functions
Definition
public class SteamSettings : ScriptableObject
{
public class GameClient;
}
A static accessor is available that will access the active client object
SteamSettings.Client
Fields and Attributes
Type
Name
Comments
InventorySettings
Inventory
Static access to inventory settings
Methods
Initialize
public void Init();
Used internally to initialize the client APIs
Update All Actions
public void UpdateAllActions(InputHandle_t controller);
Used to update all known actions for the indicated controller.
Last updated