SpaceNLasers
Public Member Functions | Public Attributes | List of all members
gamemodes.domination.gamemode.Gamemode Class Reference
Inheritance diagram for gamemodes.domination.gamemode.Gamemode:
Inheritance graph
[legend]
Collaboration diagram for gamemodes.domination.gamemode.Gamemode:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, players, gameInfo, gameEngine)
 
def Init (self)
 
def GetGameInfo
 
def InitializeTargets (self, hwTargets)
 
def Update (self, dt)
 
- Public Member Functions inherited from gamemodes.baseclasses.Gamemode
def __init__ (self, duration, gameEngine)
 
def Init (self)
 
def Update (self, dt)
 
def SetTargets (self, targets)
 

Public Attributes

 players
 
 scores
 
 occupiedArea
 
 conf
 
 mode
 
 alienFaction
 
 totalArea
 
- Public Attributes inherited from gamemodes.baseclasses.Gamemode
 duration
 
 durationLeft
 
 gameEngine
 
 targets
 

Constructor & Destructor Documentation

def gamemodes.domination.gamemode.Gamemode.__init__ (   self,
  players,
  gameInfo,
  gameEngine 
)

Member Function Documentation

def gamemodes.domination.gamemode.Gamemode.GetGameInfo (   self,
  additionalConsoleOutput = "" 
)
def gamemodes.domination.gamemode.Gamemode.Init (   self)
def gamemodes.domination.gamemode.Gamemode.InitializeTargets (   self,
  hwTargets 
)
def gamemodes.domination.gamemode.Gamemode.Update (   self,
  dt 
)

Member Data Documentation

gamemodes.domination.gamemode.Gamemode.alienFaction
gamemodes.domination.gamemode.Gamemode.conf
gamemodes.domination.gamemode.Gamemode.mode
gamemodes.domination.gamemode.Gamemode.occupiedArea
gamemodes.domination.gamemode.Gamemode.players
gamemodes.domination.gamemode.Gamemode.scores
gamemodes.domination.gamemode.Gamemode.totalArea

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