Whats the conditionstate after constructing?
I've got a unit moving to a construction site to build something. I've also created a transition starte for moving to actively_constructing. During this time it plays a small animation and then starts constructing playing another animation during its construction phase.
What I'm looking for, is after the building is fully constructed, I want to play the same animation I played during the transitionstate but in reverse once. I know I set the animation mode to:
AnimationMode = ONCE_BACKWARDS
But I don't know waht state comes after a building has finished building. Any assistance?
|