Table of Contents

Method EnqueueForComparison

Namespace
GrindFest
Assembly
GrindFest.dll

EnqueueForComparison(ItemBehaviour, CharacterBehaviour)

Enqueue an item for the comparison dialog. Call after the item has been picked up into the hero's inventory. If a dialog is already showing, the item is pushed onto a stack (LIFO) so the most recently picked-up item is shown next.

public void EnqueueForComparison(ItemBehaviour item, CharacterBehaviour character)

Parameters

item ItemBehaviour
character CharacterBehaviour