Table of Contents

Method IsHealthPotion

Namespace
GrindFest
Assembly
GrindFest.dll

IsHealthPotion(ItemBehaviour)

Determines if the given item is a health potion.

public static bool IsHealthPotion(ItemBehaviour item)

Parameters

item ItemBehaviour

The item to check.

Returns

bool

True if the item is a health potion, false otherwise.