Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | getInfo |
Data Fields | |
system | |
faction | |
Static Public Attributes | |
int | SECTOR_SYSTEM = 1 |
int | SECTOR = 2 |
int | SYSTEM = 3 |
int | FACTION = 4 |
A class the provides a query mechanism, for each instance, that will return the specified system's faction, name, or parent sector.
Definition at line 8 of file dynamic_news.py.
def getInfo | ( | self, | |
inf_type = False |
|||
) |
Returns the information corresponding to the given class variable.
Definition at line 21 of file dynamic_news.py.
References SystemInformation.FACTION, SystemInformation.faction, ClearFactionRecord.faction, PushRelation.faction, PopRelation.faction, LaunchWingmen.faction, ChangeSystemOwner.faction, ChangeShipOwners.faction, SystemInformation.SECTOR, SystemInformation.SECTOR_SYSTEM, SystemInformation.SYSTEM, SystemInformation.system, InSystemCondition.system, and ChangeSystemOwner.system.
|
static |
Definition at line 15 of file dynamic_news.py.
faction |
Definition at line 19 of file dynamic_news.py.
|
static |
Definition at line 13 of file dynamic_news.py.
|
static |
Definition at line 12 of file dynamic_news.py.
|
static |
Definition at line 14 of file dynamic_news.py.
system |
Definition at line 18 of file dynamic_news.py.