Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | Track |
def | SuccessMission |
def | DeletePatrolPoint |
![]() | |
def | __init__ |
def | SuccessMission |
def | FailMission |
def | GeneratePatrolList |
def | DeletePatrolPoint |
def | FinishedPatrol |
def | Execute |
def | initbriefing |
def | loopbriefing |
def | endbriefing |
Data Fields | |
minships | |
maxships | |
encounterprob | |
capshipprob | |
faction | |
forceattack | |
![]() | |
donevar | |
jnum | |
cred | |
patrolpoints | |
objectives | |
distance | |
you | |
quantity | |
mplay | |
adjsys | |
Definition at line 2 of file patrol_enemies.py.
def __init__ | ( | self, | |
numsystemsaway, | |||
num_points, | |||
distance, | |||
creds, | |||
jumps, | |||
donevar, | |||
minships, | |||
maxships, | |||
encounterprob, | |||
capshipprob, | |||
faction, | |||
forceattack | |||
) |
Definition at line 3 of file patrol_enemies.py.
References patrol.__init__().
def DeletePatrolPoint | ( | self, | |
num, | |||
nam | |||
) |
Definition at line 15 of file patrol_enemies.py.
References fg_util.AllFGsInSystem(), patrol_enemies.capshipprob, patrol.DeletePatrolPoint(), patrol_enemies.encounterprob, cleansweep_escort.encounterprob, patrol_enemies.faction, SystemInformation.faction, ambush.faction, escort_mission.faction, bounty.faction, defend.faction, ShipTracker.faction, escort_local.faction, cargo_mission.faction, go_to_adjacent_systems.faction, Launch.faction, ClearFactionRecord.faction, PushRelation.faction, PopRelation.faction, LaunchWingmen.faction, ChangeSystemOwner.faction, ChangeShipOwners.faction, patrol_enemies.forceattack, faction_ships.getRandomCapitol(), faction_ships.getRandomFighter(), patrol_enemies.maxships, cleansweep_escort.maxships, patrol_enemies.minships, cleansweep_escort.minships, patrol.patrolpoints, vsrandom.random(), vsrandom.randrange(), cleansweep.Track(), patrol_enemies.Track(), escort_mission.you, patrol.you, directions_mission.you, go_to_adjacent_systems.you, bounty.you, escort_local.you, defend.you, and cargo_mission.you.
def SuccessMission | ( | self) |
Definition at line 13 of file patrol_enemies.py.
def Track | ( | self, | |
shiptype | |||
) |
Definition at line 11 of file patrol_enemies.py.
capshipprob |
Definition at line 8 of file patrol_enemies.py.
encounterprob |
Definition at line 7 of file patrol_enemies.py.
faction |
Definition at line 9 of file patrol_enemies.py.
forceattack |
Definition at line 10 of file patrol_enemies.py.
maxships |
Definition at line 6 of file patrol_enemies.py.
minships |
Definition at line 5 of file patrol_enemies.py.