Project Hoshimi Documented Class Library
BotState Enumeration
NamespacesPH.CommonBotState
State of the bot
Declaration Syntax
C#Visual BasicVisual C++
public enum BotState
Public Enumeration BotState
public enum class BotState
Members
MemberDescription
WaitingOrders
bot is still. It wait for orders

Moving
bot is moving. You can't assign him new orders. Its property PointInfo is the location where it is moving. To know points of its path, use PathPoints(index) methode of the Moveable.

Defending
bot is defending. You can't assign him new orders. Its property PointInfo is the location where it is defending.

Collecting
bot is collecting OXY. You can't assign him new orders. Its property PointInfo is the location where OXY Landing point must be.

TransferingStock
bot is transfering its OXY to a Needle. You can't assign him new orders. Its property PointInfo is the location where Needle must be.

Building
bot is building a new bot. You can't assign him new orders.

CreatingLP
The bot have opened and created a new Landing Point. Bots can arrive in the Terrain from this new point.

Remarks

[Missing <remarks> documentation for T:PH.Common.BotState]

Assembly: PH.Common (Module: PH.Common) Version: 6.0.0.0