Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
ChangeSystemOwner Class Reference
Inheritance diagram for ChangeSystemOwner:
Script

Public Member Functions

def __init__
 
def __call__
 
- Public Member Functions inherited from Script
def __init__
 
def __call__
 

Data Fields

 faction
 
 system
 
- Data Fields inherited from Script
 nextscript
 

Detailed Description

Definition at line 512 of file campaign_lib.py.

Constructor & Destructor Documentation

def __init__ (   self,
  system,
  faction,
  nextscript = None 
)

Definition at line 513 of file campaign_lib.py.

514  def __init__(self,system,faction,nextscript=None):
515  Script.__init__(self,nextscript)
516  self.faction=faction
self.system=system

Member Function Documentation

def __call__ (   self,
  room,
  subnodes 
)

Definition at line 517 of file campaign_lib.py.

References ClearFactionRecord.faction, PushRelation.faction, PopRelation.faction, LaunchWingmen.faction, ChangeSystemOwner.faction, InSystemCondition.system, and ChangeSystemOwner.system.

518  def __call__(self,room,subnodes):
519  Script.__call__(self,room,subnodes)
520  VS.SetGalaxyFaction(self.system,self.faction);

Field Documentation

faction

Definition at line 515 of file campaign_lib.py.

system

Definition at line 516 of file campaign_lib.py.


The documentation for this class was generated from the following file: