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.
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.
Member Name | Summary |
---|---|
Current | Gets the current game instance. |
Member Name | Summary |
---|---|
IsLoading | Indicates whether the game is fully loaded. |
ResetBinds | Resets all input bindings to their default values. |
SaveBinds | Saves the current input bindings. |
GetBind | Retrieves the binding for a specified action. |
SetBind | Sets a binding for a specified action. |
TrapButtons | Traps button inputs for custom handling. |