
Public Member Functions | |
| def | __init__ |
| def | additem |
| Sets the item at x, y. | |
Definition at line 1235 of file enhanced_grid.py.
| def enhanced_grid.ListGrid3D.__init__ | ( | self, | ||
| dims | ||||
| ) |
| dim | The dimensions of this grid |
Reimplemented from enhanced_grid.Container.
Definition at line 1236 of file enhanced_grid.py.
| def enhanced_grid.ListGrid3D.additem | ( | self, | ||
| p, | ||||
| b | ||||
| ) |
Sets the item at x, y.
Use a tuplet (x, y) to access the item.
Definition at line 1246 of file enhanced_grid.py.
1.5.8