Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | LaunchedEnemies |
def | Execute |
![]() | |
def | __init__ |
def | Execute |
def | LaunchedEnemies |
![]() | |
def | SetVar |
def | __init__ |
def | AdjLocation |
def | Win |
def | Lose |
def | LaunchedEnemies |
def | Execute |
def | initbriefing |
def | loopbriefing |
def | endbriefing |
Data Fields | |
trooptime | |
troopdidlaunch | |
inevitabletime | |
dockingdist | |
wastingtime | |
wastingtimestart | |
istarget | |
utdw | |
![]() | |
helpertype | |
numhelpers | |
helperfg | |
upgrades | |
![]() | |
firsttime | |
newship | |
dynfg | |
mplay | |
var_to_set | |
istarget | |
obj | |
curiter | |
arrived | |
faction | |
difficulty | |
runaway | |
greetingText | |
cred | |
you | |
enemy | |
adjsys | |
dockable_unit | |
displayLocation | |
Definition at line 2 of file bounty_troop.py.
def __init__ | ( | self, | |
minnumsystemsaway, | |||
maxnumsystemsaway, | |||
creds, | |||
run_away, | |||
shipdifficulty, | |||
tempfaction, | |||
jumps = () , |
|||
var_to_set = '' , |
|||
dynfg = '' , |
|||
dyntype = "" , |
|||
displayLocation = 1 , |
|||
dynhelperfg = '' , |
|||
dynhelpertype = '' , |
|||
greetingText = ['It appears we have something in common , |
|||
privateer, | |||
My, | |||
name, | |||
may, | |||
be, | |||
on, | |||
your, | |||
list, | |||
but, | |||
now, | |||
your, | |||
name, | |||
is, | |||
on, | |||
mine, | |||
leader_upgrades = [] , |
|||
trooptime = 30 , |
|||
dockingdist = 2400 , |
|||
wastingtime = 0 |
|||
) |
Definition at line 3 of file bounty_troop.py.
References bounty_leader.__init__().
def Execute | ( | self) |
Definition at line 34 of file bounty_troop.py.
References bounty.enemy, ambush.enemy, bounty_leader.Execute(), bounty_troop.inevitabletime, bounty.Lose(), bounty_troop.troopdidlaunch, bounty_troop.trooptime, bounty_troop.utdw, and bounty_troop.wastingtimestart.
def LaunchedEnemies | ( | self, | |
significant | |||
) |
Definition at line 11 of file bounty_troop.py.
References bounty_leader.LaunchedEnemies(), and bounty_troop.troopdidlaunch.
dockingdist |
Definition at line 8 of file bounty_troop.py.
inevitabletime |
Definition at line 7 of file bounty_troop.py.
istarget |
Definition at line 16 of file bounty_troop.py.
troopdidlaunch |
Definition at line 6 of file bounty_troop.py.
trooptime |
Definition at line 5 of file bounty_troop.py.
utdw |
Definition at line 18 of file bounty_troop.py.
wastingtime |
Definition at line 9 of file bounty_troop.py.
wastingtimestart |
Definition at line 10 of file bounty_troop.py.