User contributions
From OxeyeWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 22:50, 2 December 2009 (diff | hist) SpawnMinerals (Harvest) (top)
- 22:50, 2 December 2009 (diff | hist) SpawnMinerals (Harvest)
- 22:48, 2 December 2009 (diff | hist) N SpawnEnergySpark (Harvest) (Created page with '{{HarvestMethod | spawnEnergySpark(building) | Creates an energy spark on top of the given building. The spark will select a random target within spark range and travel to that. ...') (top)
- 22:26, 2 December 2009 (diff | hist) N SpawnTempestMissile (Harvest) (Created page with '{{HarvestMethod | spawnTempestMissile(x, y, tx, ty) | Creates a tempest missile at (x, y) which will aim for (tx, ty). It doesn't check for range. | {{MethodParam|x|Number|The so...') (top)
- 22:26, 2 December 2009 (diff | hist) N SpawnEagleMissile (Harvest) (Created page with '{{HarvestMethod | spawnEagleMissile(x, y[, alienId]) | Creates an eagle missile at (x, y) which will attempt to kill the alien with the given alien ID. If "alienId" is omitted or...') (top)
- 21:32, 2 December 2009 (diff | hist) SpawnChargeBomb (Harvest) (top)
- 21:32, 2 December 2009 (diff | hist) N SpawnMissile (Harvest) (Created page with '{{HarvestMethod | spawnMissile(x, y, tx, ty) | Creates a normal missile at (x, y) which will aim for (tx, ty). It doesn't check for range. | {{MethodParam|x|Number|The source x w...') (top)
- 21:30, 2 December 2009 (diff | hist) N SpawnChargeBomb (Harvest) (Created page with '{{HarvestMethod | spawnBuilding(x, y[, progress]) | Places a charge bomb in the world, with the given progress (default is 0). If the progress is 1.0, it will detonate immediatel...')
- 21:29, 2 December 2009 (diff | hist) N SpawnBuilding (Harvest) (Created page with '{{HarvestMethod | spawnBuilding(type, x, y[, progress]) | Places a new building in the game. The "type" parameter is the string ID of the building, which is "SPARKPRODUCER", "SPA...') (top)
- 21:26, 2 December 2009 (diff | hist) N SpawnAlien (Harvest) (Created page with '{{HarvestMethod | spawnAlien(type, x, y) | Spawns an alien of the specified type at the specified world coordinates. If the alien doesn't occur on the current planet the call wil...') (top)
- 20:08, 2 December 2009 (diff | hist) GetBuilding (Harvest) (top)
- 20:08, 2 December 2009 (diff | hist) N GetAlien (Harvest) (Created page with '{{HarvestMethod | getAlien(id) | Fetches an alien, or nil if the alien doesn't exist. | {{MethodParam|id|Number|The id of the alien to retrieve the alien for.}} | Returns the ali...') (top)
- 20:07, 2 December 2009 (diff | hist) N GetSelectedBuilding (Harvest) (Created page with '{{HarvestMethod | getSelectedBuilding() | Returns the currently selected building, or nil if the player hasn't selected a building at the moment. | | Returns the selected buildin...') (top)
- 20:06, 2 December 2009 (diff | hist) GetCredits (Harvest) (top)
- 20:06, 2 December 2009 (diff | hist) N GetBuilding (Harvest) (Created page with '{{HarvestMethod | getBuilding(id) | Fetches a building, or nil if the building doesn't exist. | {{MethodParam|id|Number|The id of the building to retrieve the building for.}} | R...')
- 20:04, 2 December 2009 (diff | hist) FindAliens (Harvest) (top)
- 20:02, 2 December 2009 (diff | hist) N FindBuildings (Harvest) (Created page with '{{HarvestMethod | getNumBuildings() | Finds all buildings. | | Returns an array of all buildings. }} {{HarvestMethod | getNumBuildings(type) | Finds all buildings of a certain t...') (top)
- 20:01, 2 December 2009 (diff | hist) N FindAliens (Harvest) (Created page with '{{HarvestMethod | getNumBuildings() | Finds all buildings. | | Returns an array of all buildings. }} {{HarvestMethod | getNumBuildings(type) | Finds all buildings of a certain t...')
- 19:48, 2 December 2009 (diff | hist) N GetNumBuildings (Harvest) (Created page with '{{HarvestMethod | getNumBuildings() | Returns the number of buildings currently ingame. This method does not count construction boxes. | | Returns a number representing the amoun...') (top)
- 19:47, 2 December 2009 (diff | hist) N GetNumAliens (Harvest) (Created page with '{{HarvestMethod | getNumAliens() | Returns the number of aliens currently ingame. | | Returns a number representing the amount of aliens in game. }} === Example === <pre> print("...') (top)
- 19:27, 2 December 2009 (diff | hist) DefineUpgradeButton (Harvest) (top)
- 19:25, 2 December 2009 (diff | hist) N DefineUpgradeButton (Harvest) (Created page with '{{HarvestMethod | defineUpgradeButton(oldBuilding, newBuilding) | Defines an upgrade button for 'upgradeBuildingId'. | {{MethodParam|oldBuilding|String|The building identifier na...')
- 19:23, 2 December 2009 (diff | hist) N GetTotalAlienDamage (Harvest) (Created page with '{{HarvestMethod | getTotalAlienDamage() | Returns the total amount of damage inflicted upon aliens. | | Returns the total amount of damage inflicted upon aliens as a Number. }} =...') (top)
- 19:22, 2 December 2009 (diff | hist) IsAlienAvailable (Harvest) (top)
- 19:22, 2 December 2009 (diff | hist) IsAlienAvailable (Harvest)
- 19:22, 2 December 2009 (diff | hist) IsPositionBlocked (Harvest) (top)
- 19:20, 2 December 2009 (diff | hist) N DefineUpgrade (Harvest) (Created page with '{{HarvestMethod | defineUpgrade(building, name, description, mineralsCost, energyCost, radiusSize, initialSpriteName) | Defines a new creative building to be used as building upg...') (top)
- 19:15, 2 December 2009 (diff | hist) N IsPositionBlocked (Harvest) (Created page with '{{HarvestMethod | isPositionBlocked(x, y) | Checks if a world position blocks aliens and buildings. Currently only used for the holes on Ares. | {{MethodParam|x|Number|The x coor...')
- 19:14, 2 December 2009 (diff | hist) N IsAlienAvailable (Harvest) (Created page with '{{HarvestMethod | isAlienAvailable(alien) | Checks whether a certian alien type is available on the current planet. The alien variable is a number between 1 and 9. | {{MethodPara...')
- 19:12, 2 December 2009 (diff | hist) N SetMinimumWorldBorders (Harvest) (Created page with '{{HarvestMethod | setMinimumWorldBorders(left, top, right, bottom) | Expands the world so that it will cover the given area. The map's maximum range spans from -4096 to 5120. | {...') (top)
- 19:08, 2 December 2009 (diff | hist) N GetWorldBorders (Harvest) (Created page with '{{HarvestMethod | getWorldBorders() | Returns the edge positions of the current world. | | Returns a four Numbers for each coordinate. }} === Example === <pre> local left, top, r...') (top)
- 19:07, 2 December 2009 (diff | hist) N GetPlanet (Harvest) (Created page with '{{HarvestMethod | getPlanet() | Fetches the current planet as a four-letter string. In other words, "heph", "pose" or "ares". | | Returns a four character String containing the n...') (top)
- 19:05, 2 December 2009 (diff | hist) AddCredits (Harvest) (top)
- 19:04, 2 December 2009 (diff | hist) GetCredits (Harvest)
- 19:03, 2 December 2009 (diff | hist) N LoseGame (Harvest) (Created page with '{{HarvestMethod | loseGame() | Displays "Game Over!" and ends the game. | | Returns nothing. }} === Example === <pre> harvest.loseGame() </pre> === Resources === *[http://www.ox...') (top)
- 19:02, 2 December 2009 (diff | hist) N WinGame (Harvest) (Created page with '{{HarvestMethod | winGame() | Displays "Victory!" and ends the game. | | Returns nothing. }} === Example === <pre> harvest.winGame() </pre> === Resources === *[http://www.oxeyeg...') (top)
- 16:20, 2 December 2009 (diff | hist) Template:HarvestMethod (Undo revision 234 by 166 MMX (Talk)) (top)
- 16:19, 2 December 2009 (diff | hist) Template:HarvestMethod
- 16:16, 2 December 2009 (diff | hist) SetBuildingEnabled (Harvest) (top)
- 16:16, 2 December 2009 (diff | hist) GetMousePosition (Harvest) (top)
- 16:16, 2 December 2009 (diff | hist) IsKeyPressed (Harvest) (top)
- 16:15, 2 December 2009 (diff | hist) SetViewPosition (Harvest) (top)
- 16:15, 2 December 2009 (diff | hist) GetViewPosition (Harvest) (top)
- 16:15, 2 December 2009 (diff | hist) GetScreenSize (Harvest) (top)
- 16:15, 2 December 2009 (diff | hist) WorldToScreenCoordinates (Harvest) (top)
- 16:14, 2 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest) (top)
- 16:14, 2 December 2009 (diff | hist) ShowInfoMessage (Harvest) (top)
- 16:14, 2 December 2009 (diff | hist) SetWaveButtonLabel (Harvest) (top)
- 16:14, 2 December 2009 (diff | hist) SetWaveButtonAliens (Harvest) (top)
- 16:07, 2 December 2009 (diff | hist) SetWaveButtonVisible (Harvest) (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)