|
Britbot
|
Collaboration diagram for Britbot.Simulator.SimulatedIsland:Public Member Functions | |
| SimulatedIsland (int owner, int turnsBeingCaptured, int id, int value, SimulatedGroup capturingGroup=null) | |
| C'tor. | |
| int | TurnsTillCapture (int capturer) |
| calculates how much time it would take for the given side to capture the island | |
| int | TurnsTillDecapture (int capturer) |
| Turns till the island becomes nutral. | |
| void | KillLocals (SimulatedGame sg) |
| This safely kills the local group and updates the turns count. | |
| void | Update (int turnDiff) |
| simply adds to the turn counter | |
Public Attributes | |
| SimulatedGroup | CapturingGroup |
| int | Owner |
| int | TurnsBeingCaptured |
| int | OriginalOwner |
| int | OriginalTrunsBeingCaptured |
| SimulatedGroup | OriginalCapturingGroup |
Properties | |
| int | Id [get, set] |
| int | Value [get, set] |
Definition at line 9 of file SimulatedIsland.cs.
1.7.6.1