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

Public Member Functions

def init
 
def Execute
 

Detailed Description

Definition at line 3 of file ai_sitting_duck.py.

Member Function Documentation

def Execute (   self)

Definition at line 7 of file ai_sitting_duck.py.

7 
8  def Execute(self):
9  VS.PythonAI.Execute(self);
10 # sys.stdout.write('h')
return ''
def init (   self,
  un 
)

Definition at line 4 of file ai_sitting_duck.py.

4 
5  def init(self,un):
6 # self.XMLScript ("++turntowards.xml")
self.AddReplaceLastOrder(1)

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