interface IGameInstance

book_4_sparkGenerated
code_blocksInput

Description

The IGameInstance interface in the Sandbox namespace is designed to manage game instance operations, primarily focusing on input bindings. It is currently used internally for the binds system.

Members

Static Members

Member NameSummary
CurrentGets the current game instance.

Instance Members

Member NameSummary
IsLoadingIndicates whether the game is fully loaded.
ResetBindsResets all input bindings to their default values.
SaveBindsSaves the current input bindings.
GetBindRetrieves the binding for a specified action.
SetBindSets a binding for a specified action.
TrapButtonsTraps button inputs for custom handling.