Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Data Structures | |
class | go_somewhere_significant |
Functions | |
def | moveUnitTo |
def | HaveArrived |
def | SignificantUnit |
def | getSignificantFullName |
def | __init__ |
def | |
def | DestinationSystem |
def | JumpPoints |
def | Execute |
def | initbriefing |
def | loopbriefing |
def | endbriefing |
Variables | |
obj | |
showObjective | |
orbitee | |
capship | |
you | |
arrivedarea | |
distfrombase | |
sysfil | |
significantun | |
mytime | |
brief_you | |
brief_sig | |
def go_somewhere_significant.__init__ | ( | self, | |
you, | |||
landable_only, | |||
distance_away_to_trigger, | |||
base_only = 0 , |
|||
capshipfaction = "" , |
|||
dyn_fg = "" , |
|||
showObjective = 1 , |
|||
forcestarship = 0 |
|||
) |
Definition at line 31 of file go_somewhere_significant.py.
def go_somewhere_significant.DestinationSystem | ( | self) |
Definition at line 125 of file go_somewhere_significant.py.
def go_somewhere_significant.endbriefing | ( | self) |
Definition at line 154 of file go_somewhere_significant.py.
def go_somewhere_significant.Execute | ( | self) |
Definition at line 129 of file go_somewhere_significant.py.
def go_somewhere_significant.getSignificantFullName | ( | self) |
Definition at line 28 of file go_somewhere_significant.py.
References unit.getUnitFullName().
def go_somewhere_significant.HaveArrived | ( | self) |
Definition at line 22 of file go_somewhere_significant.py.
def go_somewhere_significant.initbriefing | ( | self) |
Definition at line 141 of file go_somewhere_significant.py.
def go_somewhere_significant.JumpPoints | ( | self) |
Definition at line 127 of file go_somewhere_significant.py.
def go_somewhere_significant.loopbriefing | ( | self) |
Definition at line 150 of file go_somewhere_significant.py.
def go_somewhere_significant.moveUnitTo | ( | un, | |
place, | |||
radius | |||
) |
Definition at line 9 of file go_somewhere_significant.py.
def go_somewhere_significant.Print | ( | self, | |
visitstr, | |||
fro, | |||
dockstr = "\0%s" , |
|||
time = 0 |
|||
) |
Definition at line 120 of file go_somewhere_significant.py.
References universe.getMessagePlayer(), and unit.getUnitFullName().
def go_somewhere_significant.SignificantUnit | ( | self) |
Definition at line 25 of file go_somewhere_significant.py.
arrivedarea |
Definition at line 37 of file go_somewhere_significant.py.
brief_sig |
Definition at line 148 of file go_somewhere_significant.py.
brief_you |
Definition at line 145 of file go_somewhere_significant.py.
capship |
Definition at line 35 of file go_somewhere_significant.py.
distfrombase |
Definition at line 38 of file go_somewhere_significant.py.
mytime |
Definition at line 142 of file go_somewhere_significant.py.
obj |
Definition at line 32 of file go_somewhere_significant.py.
orbitee |
Definition at line 34 of file go_somewhere_significant.py.
showObjective |
Definition at line 33 of file go_somewhere_significant.py.
significantun |
Definition at line 108 of file go_somewhere_significant.py.
sysfil |
Definition at line 41 of file go_somewhere_significant.py.
you |
Definition at line 36 of file go_somewhere_significant.py.