Britbot
Public Member Functions | Public Attributes | Protected Member Functions
Britbot.Simulator.SimulatedEvent Class Reference

A virtual class representing an event in the game (capture, kill, est...) Inherits from PriorityQueueNode because the events are ordered by their time of execution. More...

+ Inheritance diagram for Britbot.Simulator.SimulatedEvent:
+ Collaboration diagram for Britbot.Simulator.SimulatedEvent:

List of all members.

Public Member Functions

abstract bool Activate (SimulatedGame sg)
 This virtual method should activate the event returns true only if simulation is finished.

Public Attributes

int Turn
 The turn where the event should activate.

Protected Member Functions

 SimulatedEvent (int turn)
 Creates a new instance of the class.

Detailed Description

A virtual class representing an event in the game (capture, kill, est...) Inherits from PriorityQueueNode because the events are ordered by their time of execution.

Definition at line 13 of file SimulatedEvent.cs.


The documentation for this class was generated from the following file: