Table of Contents

Method TrySwapEquipment

Namespace
GrindFest
Assembly
GrindFest.dll

TrySwapEquipment<T>(Predicate<ItemBehaviour>, string, out T)

public bool TrySwapEquipment<T>(Predicate<ItemBehaviour> predicate, string failureMessage, out T item) where T : Component

Parameters

predicate Predicate<ItemBehaviour>
failureMessage string
item T

Returns

bool

Type Parameters

T