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

Public Member Functions

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

Data Fields

 name
 
 value
 

Detailed Description

Definition at line 30 of file campaign_lib.py.

Constructor & Destructor Documentation

def __init__ (   self,
  varname,
  varvalue 
)

Definition at line 31 of file campaign_lib.py.

31 
32  def __init__(self,varname,varvalue):
33  Condition.__init__(self)
34  self.name=str(varname)
35  self.value=int(varvalue)

Member Function Documentation

def __call__ (   self)

Field Documentation

name

Definition at line 33 of file campaign_lib.py.

value

Definition at line 34 of file campaign_lib.py.


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