Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
dynamic_news_content Namespace Reference

Functions

def allFactionNames
 
def allNews
 

Variables

dictionary all_faction_name_global
 
dictionary _all_news_global
 

Function Documentation

def dynamic_news_content.allFactionNames ( )

Definition at line 465 of file dynamic_news_content.py.

466 def allFactionNames():
467 # returns a dictionary containing all the variations on faction names known to man
468 
469  return all_faction_name_global
470 
471 
def dynamic_news_content.allNews ( )

Definition at line 472 of file dynamic_news_content.py.

473 def allNews():
474 # returns a dictionary containing all the dynamic news items in existancs ;-)
475  global _all_news_global
476  return _all_news_global

Variable Documentation

dictionary _all_news_global

Definition at line 477 of file dynamic_news_content.py.

dictionary all_faction_name_global

Definition at line 2 of file dynamic_news_content.py.