Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.InvInteraction Class Reference
Inheritance diagram for AC.InvInteraction:
AC.InvInteractionBase

Public Member Functions

 InvInteraction (CursorIcon _icon, List< InvInteraction > invInteractions)
 The default Constructor. More...
 
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]
 

Detailed Description

A data container for standard inventory interactions.

Constructor & Destructor Documentation

◆ InvInteraction()

AC.InvInteraction.InvInteraction ( CursorIcon  _icon,
List< InvInteraction invInteractions 
)

The default Constructor.

Parameters
_iconThe icon, defined in CursorManager, associated with the interaction

Member Data Documentation

◆ disabledOnStart

bool AC.InvInteraction.disabledOnStart = false

True if the interaction is disabled by default

◆ icon

CursorIcon AC.InvInteraction.icon

The icon, defined in CursorManager, associated with the interaction