Property IsLocalHeroCompileInFlight
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
IsLocalHeroCompileInFlight
True while the party's bots are being (re)built. The compile is asynchronous in isolated mode, so
anything that needs the bots - HeroController.StartBotting above all - has to be able to tell
"they are being built right now" from "there are none and nothing is building them". That is a plain
state question; it is deliberately not a guess based on the game mode or the platform.
public bool IsLocalHeroCompileInFlight { get; }