Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
AC.InvInteraction Class Reference
Inheritance diagram for AC.InvInteraction:
AC.InvInteractionBase

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]

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