|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| MatchingInvInteractionData (Hotspot hotspot) | |
| A constructor for a given Hotspot. | |
| MatchingInvInteractionData (InvInstance invInstance) | |
| A constructor for a given inventory item. | |
| void | SetSelectItemMode (int index) |
| int | GetInvInteractionIndex (int index) |
Properties | |
| List< InvInstance > | InvInstances [get] |
| int | NumMatchingInteractions [get] |
This script stores data related to which inventory items can be used with a given Hotspot or Inventory item.
| AC.MatchingInvInteractionData.MatchingInvInteractionData | ( | Hotspot | hotspot | ) |
| AC.MatchingInvInteractionData.MatchingInvInteractionData | ( | InvInstance | invInstance | ) |
A constructor for a given inventory item.
| invInstance | The item instance to create inventory data for |
|
get |
The inventory items that can interact with the Hotspot or item this data set was created for
|
get |
The number of inventory items that can interact with the Hotspot or item this data set was created for