| Home | Trees | Index | Help |
|---|
|
|
PathLink --+
|
FallPathLink
| Method Summary | |
|---|---|
__init__(self,
source,
target,
x,
destx,
side,
walk_speed)
| |
__repr__(self)
| |
| Instance Variable Summary | |
|---|---|
destx: The x position where the walker will land on the target surface. | |
side: The direction that the walker should walk to fall off of the
surface. | |
source: The WalkPathNode for the surface that the walker can fall from. | |
target: The WalkPathNode for the surface that the walker can fall to. | |
walk_speed: The speed at which the walker should be walking when it falls of the
surface. | |
x: The x coordinate of the location along the source surface that the
walker will need to jump from. | |
| Method Details |
|---|
__init__(self,
source,
target,
x,
destx,
side,
walk_speed)
|
__repr__(self)
|
| Instance Variable Details |
|---|
destxThe x position where the walker will land on the target surface. |
sideThe direction that the walker should walk to fall off of the surface. |
sourceThe WalkPathNode for the surface that the walker can fall from. |
targetThe WalkPathNode for the surface that the walker can fall to. |
walk_speedThe speed at which the walker should be walking when it falls of the surface. |
xThe x coordinate of the location along the source surface that the walker will need to jump from. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 22 22:52:49 2005 | http://epydoc.sf.net |