Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
jump_privateer Class Reference
Inheritance diagram for jump_privateer:

Public Member Functions

def __init__
 
def Execute
 
def initbriefing
 
def loopbriefing
 
def endbriefing
 

Data Fields

 loops
 

Static Public Attributes

tuple loops = ()
 

Detailed Description

Definition at line 13 of file jump_privateer.py.

Constructor & Destructor Documentation

def __init__ (   self,
  sigdis,
  detectiondis,
  gendis,
  minships,
  genships,
  fighterprob,
  enemyprob,
  capprob,
  credits_to_maximize_difficulty,
  capdist 
)

Definition at line 15 of file jump_privateer.py.

15 
16  def __init__ (self,sigdis, detectiondis, gendis, minships, genships, fighterprob, enemyprob, capprob, credits_to_maximize_difficulty, capdist):#negative garbage collect dist disables that feature
17 #print "initing direct"
18  Director.Mission.__init__(self)
19 #print "done direct"
20  self.loops=(difficulty (credits_to_maximize_difficulty),
21  random_encounters (sigdis, detectiondis, gendis, minships,genships,fighterprob,enemyprob,capprob,capdist),
22  trading (),
23  dynamic_universe,
total_jump.total_jump()

Member Function Documentation

def endbriefing (   self)

Definition at line 36 of file jump_privateer.py.

36 
37  def endbriefing(self):
38  print "ending briefing"
39 
40 #def initstarsystem():
41 # random_encounters.initstarsystem() #??? that isn't there
def Execute (   self)

Definition at line 28 of file jump_privateer.py.

References jump_privateer.loops.

28 
29  def Execute(self): #this execute function should not need to be changed...
30  for i in self.loops:
i.Execute()
def initbriefing (   self)

Definition at line 31 of file jump_privateer.py.

31 
32  def initbriefing(self):
print "ending briefing"
def loopbriefing (   self)

Definition at line 33 of file jump_privateer.py.

33 
34  def loopbriefing(self):
35  print "loop briefing"
Briefing.terminate();

Field Documentation

tuple loops = ()
static

Definition at line 14 of file jump_privateer.py.

loops

Definition at line 19 of file jump_privateer.py.


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