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
resultActionResult