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

Public Member Functions

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

Data Fields

 const
 
- Data Fields inherited from Script
 nextscript
 

Detailed Description

Definition at line 791 of file campaign_lib.py.

Constructor & Destructor Documentation

def __init__ (   self,
  const,
  nextscript = None 
)

Definition at line 792 of file campaign_lib.py.

793  def __init__(self,const,nextscript=None):
794  Script.__init__(self,nextscript)
self.const=const

Member Function Documentation

def __call__ (   self,
  room,
  subnodes 
)

Definition at line 795 of file campaign_lib.py.

References GoToSubnode.const, and debug.debug.

796  def __call__(self,room,subnodes):
797  debug.debug('************* Goto before script call')
798  Script.__call__(self,room,subnodes)
799  if VS.networked():
800  return True
801  debug.debug('************* Goto after script call')
802  return self.const
803 
804 YES_SPRITE='yes.spr'
805 NO_SPRITE='no.spr'

Field Documentation

const

Definition at line 794 of file campaign_lib.py.


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