Different types of bots
| C# | Visual Basic | Visual C++ |
public enum BotType
Public Enumeration BotType
public enum class BotType
| Member | Description |
|---|---|
| Needle |
Can defend and stock OXY
|
| Explorer |
can move (faster than other bots)
|
| Collector |
Can move, collect, transfer and defend
|
| AI |
The main bot of your team. Can build other bot
|
| Container |
like a collector but with a greater container for OXY
|
| Factory |
bot used only by Pierre team
|
| Blocker |
slow other entities near it
|
| Unknown |
Not used
|
| Wall |
Stop other entites near it
|
| LPCreator |
Bot that can create a new Landing Point. Only 1 bot of this kind at the same time can exist in a team
|
[Missing <remarks> documentation for T:PH.Common.BotType]