typo - Drone.times()

This commit is contained in:
walterhiggins 2013-05-27 22:06:02 +01:00
parent 13afac33a4
commit 6a649647b1
2 changed files with 4 additions and 4 deletions

View File

@ -878,8 +878,8 @@ Used when placing torches so that they face towards the drone.
drone.box( blocks.torch + ':' + Drone.PLAYER_TORCH_FACING[drone.dir]);
Drone times Method
==================
Drone.times() Method
====================
The times() method makes building multiple copies of buildings easy. It's possible to create rows or grids of buildings without resorting to `for` or `while` loops.
Parameters

View File

@ -751,8 +751,8 @@ Used when placing torches so that they face towards the drone.
};
};
/**************************************************************************
Drone times Method
==================
Drone.times() Method
====================
The times() method makes building multiple copies of buildings easy. It's possible to create rows or grids of buildings without resorting to `for` or `while` loops.
Parameters