|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| InvInteraction (CursorIcon _icon, List< InvInteraction > invInteractions) | |
| The default Constructor. | |
| void | Upgrade (List< InvInteraction > allInteractions) |
Public Attributes | |
| CursorIcon | icon |
| bool | disabledOnStart = false |
| Public Attributes inherited from AC.InvInteractionBase | |
| ActionListAsset | actionList |
Additional Inherited Members | |
| Protected Attributes inherited from AC.InvInteractionBase | |
| int | idPlusOne |
| Properties inherited from AC.InvInteractionBase | |
| int | ID [get, set] |
A data container for standard inventory interactions.
| AC.InvInteraction.InvInteraction | ( | CursorIcon | _icon, |
| List< InvInteraction > | invInteractions ) |
The default Constructor.
| _icon | The icon, defined in CursorManager, associated with the interaction |
| bool AC.InvInteraction.disabledOnStart = false |
True if the interaction is disabled by default
| CursorIcon AC.InvInteraction.icon |
The icon, defined in CursorManager, associated with the interaction