Module tutorial :: Class Tutorial
[hide private]
[frames] | no frames]

Class Tutorial

source code

object --+
         |
        Tutorial

Instance Methods [hide private]
 
__init__(self, lvlNum, controller)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
next_prompt(self) source code
 
first_prompt(self, state) source code
 
get_message(self) source code
 
get_visual_aids(self) source code
 
player_unit_attack(self, troop_type) source code
 
click_on_move(self, troop_type, destID) source code
 
click_on_action(self, actionName) source code
 
player_add_unit(self, troop_type) source code
 
get_cur_state(self) source code
 
player_add_building(self, building_type) source code
 
highlight_vertex(self, vertex_id) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, lvlNum, controller)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)