Utils giving access to different parameters
| C# | Visual Basic | Visual C++ |
public class Utils
Public Class Utils
public ref class Utils
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Utils()()() | ||
| BlockerLength |
Distance of field force of a Blocker
| |
| BlockerStrength |
Number of turn added to AreaType speed when a White Cell is near a Blocker
| |
| DefenderName |
Name of the assembly used for White Cells
| |
| DefenseLength |
Distance between bot and point to defend
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetNextID()()() | ||
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsPlayerDefender(Player) |
Return true for White Cells team player
| |
| MaxPlayers |
Maximal number of players
| |
| MaxPointsPath |
Maximum number of cell for the path of a movement of a bot.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NbrMaxBots |
Maximum number of bots (including AI) for your team
| |
| NbrMaxWhiteCells |
Maximum number of White cells in the game
| |
| NeedleScore |
Score of a Needle which is not on a Hoshimi Point or that does not contain any OXY
| |
| NumberOfTurnBetweenEvent |
Number of turn between each WhatDoYouWantToDo events
| |
| NumberOfTurnBetweenScan |
Number of turn between each Scan.
| |
| NumberOfTurnBySecond |
Number of turn in a second
| |
| OXYScore |
Score for each OXY in a valid Needle (ie on a HoshimiPoint)
| |
| PartyLength |
Length of a game in minute (5mn)
| |
| Round0MinimalScore |
Score needed to be qualified in first round
| |
| ScanLength |
Minimal distance of a scan of a bot. Lenght of vision of a bot is ScanLength + its Scan characteristic
| |
| ToString()()() | (Inherited from Object.) | |
| TransferingStockDistance |
Maximal distance between OXYLandingPoint and location of the BotCollector.
| |
| ValidNeedleScore |
Score of a Needle on a HoshimiPoint and that contain one or more OXY
|
[Missing <remarks> documentation for T:PH.Common.Utils]
| Object | |
| Utils | |