Table of Contents

Method TrySwapEquipment

Namespace
_GrindFest.Scripts
Assembly
GrindFest.dll

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

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

Parameters

predicate Predicate<ItemBehaviour>
failureMessage string

Returns

bool

Type Parameters

T