Corgi Engine  v8.8
MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings Class Reference

A class used to store slot / key / action bindings More...

Public Attributes

int SlotIndex = 0
 the slot in the target inventory to bind an action to More...
 
KeyCode InputBinding = KeyCode.Alpha0
 the key that should trigger the action More...
 
KeyCode AltInputBinding = KeyCode.None
 an alt key that will also trigger the action More...
 
InventoryInputActions.Actions Action = InventoryInputActions.Actions.Equip
 the action to trigger when pressing the input More...
 
bool Active = true
 whether or not this action should be triggered More...
 

Detailed Description

A class used to store slot / key / action bindings

Member Data Documentation

◆ Action

InventoryInputActions.Actions MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings.Action = InventoryInputActions.Actions.Equip

the action to trigger when pressing the input

◆ Active

bool MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings.Active = true

whether or not this action should be triggered

◆ AltInputBinding

KeyCode MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings.AltInputBinding = KeyCode.None

an alt key that will also trigger the action

◆ InputBinding

KeyCode MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings.InputBinding = KeyCode.Alpha0

the key that should trigger the action

◆ SlotIndex

int MoreMountains.InventoryEngine.InventoryInputActions.InventoryInputActionsBindings.SlotIndex = 0

the slot in the target inventory to bind an action to


The documentation for this class was generated from the following file: