Table of Contents

Operator implicit operator

Namespace
GrindFest
Assembly
GrindFest.dll

implicit operator bool(ActionResult)

Converts to true if the hero is busy with this action (InProgress or Done), false if the action failed.

public static implicit operator bool(ActionResult result)

Parameters

result ActionResult

Returns

bool