State of the bot
| C# | Visual Basic | Visual C++ |
public enum BotState
Public Enumeration BotState
public enum class BotState
| Member | Description |
|---|---|
| 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.
|
[Missing <remarks> documentation for T:PH.Common.BotState]