----------------------------------------------------------------------
($at, $val)
| 325 | |
| 326 | //---------------------------------------------------------------------- |
| 327 | public function setFrameAt($at, $val) |
| 328 | { |
| 329 | $this->frame[$at['y']][$at['x']] = chr($val); |
| 330 | } |
| 331 | |
| 332 | //---------------------------------------------------------------------- |
| 333 | public function getFrameAt($at) |