Table of Contents

Method Idle

Namespace
GrindFest.Isolated
Assembly
GrindFest.dll

Idle(string, float, bool, bool, bool, Predicate<ItemBehaviour>)

public void Idle(string area = null, float healthPotionThreshold = 0.4, bool autoEquip = true, bool autoAttack = true, bool autoLoot = true, Predicate<ItemBehaviour> lootFilter = null)

Parameters

area string
healthPotionThreshold float
autoEquip bool
autoAttack bool
autoLoot bool
lootFilter Predicate<ItemBehaviour>