Search results

From OxeyeWiki

Jump to: navigation, search

Create the page "Harvest" on this wiki!

Page title matches

  • AddCredits (Harvest)
    harvest.addCredits(1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    451 B (61 words) - 19:05, 2 December 2009
  • DrawLine (Harvest)
    harvest.drawLine(x1, y1, x2, y2[, r, g, b[, a]]) harvest.drawLine(100, 115, 200, 115, 255, 255, 0, 255)
    907 B (129 words) - 16:04, 2 December 2009
  • DrawText (Harvest)
    harvest.drawText(text, x, y[, alignment[, r, g, b[, a]]]) harvest.drawText("Timer is now: " .. timer, 100, 100, 0, 255, 255, 0, 255)
    1 KB (174 words) - 16:05, 2 December 2009
  • Print (Harvest)
    harvest.print("Timer is now: " .. timer) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    356 B (50 words) - 16:03, 2 December 2009
  • DrawRectangle (Harvest)
    harvest.drawRectangle(100, 100, 200, 115, 0, 0, 0, 128) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    937 B (127 words) - 16:05, 2 December 2009
  • SetThreatLevelProgress (Harvest)
    harvest.setThreatLevelProgress(0.25) harvest.setThreatLevelProgress(gameTime / 60.0)
    498 B (60 words) - 16:05, 2 December 2009
  • SetThreatLevelValue (Harvest)
    harvest.setThreatLevelValue(35) harvest.setThreatLevelValue(threatLevel)
    485 B (66 words) - 16:05, 2 December 2009
  • SetCreativeListVisible (Harvest)
    harvest.setCreativeListVisible(false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    447 B (58 words) - 16:06, 2 December 2009
  • SetTimerValue (Harvest)
    harvest.setTimerValue(3600) -- 1hr harvest.setTimerValue(gameTime)
    404 B (51 words) - 16:07, 2 December 2009
  • SetTimerVisible (Harvest)
    harvest.setTimerVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    390 B (50 words) - 16:06, 2 December 2009
  • SpawnMinerals (Harvest)
    harvest.spawnMinerals(0, 0, 100) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    746 B (108 words) - 22:50, 2 December 2009
  • RemoveMinerals (Harvest)
    ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    2 KB (266 words) - 22:55, 2 December 2009
  • GetCredits (Harvest)
    local credits = harvest.getCredits() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    344 B (45 words) - 20:06, 2 December 2009
  • SetRushListVisible (Harvest)
    harvest.setRushListVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    405 B (53 words) - 16:06, 2 December 2009
  • SetRushProgress (Harvest)
    harvest.setRushProgress(harvest.getTotalAlienDamage() / 50000.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    439 B (54 words) - 16:06, 2 December 2009
  • SetWaveListVisible (Harvest)
    harvest.setWaveListVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    442 B (59 words) - 16:07, 2 December 2009
  • SetWaveButtonVisible (Harvest)
    harvest.setWaveButtonVisible(1, false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    547 B (73 words) - 16:07, 2 December 2009
  • SetWaveButtonAliens (Harvest)
    harvest.setWaveButtonAliens(1, ALIEN_DEFAULT, ALIEN_SHIELDER, ALIEN_MEGA) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    536 B (67 words) - 16:14, 2 December 2009
  • SetWaveButtonLabel (Harvest)
    harvest.setWaveButtonLabel(1, 1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    490 B (63 words) - 16:14, 2 December 2009
  • ShowInfoMessage (Harvest)
    harvest.showInfoMessage("The wave has been defeated. You have been rewarded with " harvest.addCredits(pendingWaveBonus)
    1 KB (136 words) - 16:14, 2 December 2009
  • ScreenToWorldCoordinates (Harvest)
    local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY) harvest.spawnChargeBomb(x, y)
    618 B (83 words) - 16:14, 2 December 2009
  • WorldToScreenCoordinates (Harvest)
    local x,y = harvest.worldToScreenCoordinates(buildingX, buildingY) harvest.drawText("I'm here", x, y - 15, 1)
    619 B (84 words) - 16:15, 2 December 2009
  • GetScreenSize (Harvest)
    local w,h = harvest.getScreenSize() harvest.drawRectangle(0, 0, w, h, 0, 0, 0, 255)
    399 B (51 words) - 16:15, 2 December 2009
  • GetViewPosition (Harvest)
    local wx,wy = harvest.getViewPosition() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    374 B (49 words) - 16:15, 2 December 2009
  • SetViewPosition (Harvest)
    local w,h = harvest.getScreenSize() harvest.getViewPosition(objectX - w * .5, objectY - h * .5)
    514 B (69 words) - 16:15, 2 December 2009
  • IsKeyPressed (Harvest)
    local isShiftPressed = harvest.isKeyPressed(virtualScanCode) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    454 B (58 words) - 16:16, 2 December 2009
  • SetBuildingEnabled (Harvest)
    harvest.setBuildingEnabled("SPARKPRODUCER", false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    498 B (62 words) - 16:16, 2 December 2009
  • GetMousePosition (Harvest)
    local mouseX, mouseY = harvest.getMousePosition() local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY)
    523 B (68 words) - 16:16, 2 December 2009
  • WinGame (Harvest)
    harvest.winGame() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    264 B (32 words) - 19:02, 2 December 2009
  • LoseGame (Harvest)
    harvest.loseGame() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    268 B (33 words) - 19:03, 2 December 2009
  • GetPlanet (Harvest)
    if harvest.getPlanet() == "pose" then ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    428 B (58 words) - 19:07, 2 December 2009
  • GetWorldBorders (Harvest)
    local left, top, right, bottom = harvest.getWorldBorders() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    350 B (44 words) - 19:08, 2 December 2009
  • SetMinimumWorldBorders (Harvest)
    harvest.setMinimumWorldBorders(0, 0, 3000, 3000) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    637 B (83 words) - 19:12, 2 December 2009
  • IsAlienAvailable (Harvest)
    if harvest.isAlienAvailable(4) then ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    514 B (71 words) - 19:22, 2 December 2009
  • IsPositionBlocked (Harvest)
    if ~harvest.isPositionBlocked(x, y) then harvest.spawnAlien(1, x, y)
    578 B (86 words) - 19:22, 2 December 2009
  • DefineUpgrade (Harvest)
    harvest.defineUpgrade("SUPERSOLARPLANT", "Super-duper Solar Plant", "This is a real ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    1 KB (124 words) - 19:20, 2 December 2009
  • GetTotalAlienDamage (Harvest)
    harvest.setRushProgress(harvest.getTotalAlienDamage() / 50000.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    395 B (47 words) - 19:23, 2 December 2009
  • DefineUpgradeButton (Harvest)
    harvest.defineUpgrade("SUPERSOLARPLANT", "Super-duper Solar Plant", "This is a real harvest.defineUpgradeButton("SPARKPRODUCER", "SUPERSOLARPLANT")
    1 KB (118 words) - 19:27, 2 December 2009
  • GetNumAliens (Harvest)
    print("Alive: " .. harvest.getNumAliens()) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    345 B (43 words) - 19:47, 2 December 2009
  • GetNumBuildings (Harvest)
    print("Alive buildings: " .. harvest.getNumBuildings()) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    414 B (51 words) - 19:48, 2 December 2009
  • FindAliens (Harvest)
    ...n, you will have to save it's ID number and then locate it each frame with harvest.getAlien(id). aliens = harvest.findAliens()
    3 KB (413 words) - 20:04, 2 December 2009
  • GetBuilding (Harvest)
    local building = harvest.getBuilding(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    410 B (58 words) - 20:08, 2 December 2009
  • FindBuildings (Harvest)
    ...g, you will have to save it's ID number and then locate it each frame with harvest.getBuilding(id). buildings = harvest.findBuildings(x, y, 200)
    3 KB (406 words) - 20:02, 2 December 2009
  • GetSelectedBuilding (Harvest)
    building = harvest.getSelectedBuilding(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    380 B (47 words) - 20:07, 2 December 2009
  • GetAlien (Harvest)
    local alien = harvest.getAlien(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    387 B (58 words) - 20:08, 2 December 2009
  • SpawnAlien (Harvest)
    harvest.spawnAlien(1, 512, 512) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    552 B (77 words) - 21:26, 2 December 2009
  • SpawnBuilding (Harvest)
    harvest.spawnBuilding("EAGLEUPGRADE", 0, 0, 0.5) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    1 KB (164 words) - 21:29, 2 December 2009
  • SpawnChargeBomb (Harvest)
    harvest.spawnChargeBomb(100, 100, 1.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    566 B (73 words) - 21:32, 2 December 2009
  • SpawnMissile (Harvest)
    harvest.spawnMissile(0, 0, 512, 512) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    579 B (80 words) - 21:32, 2 December 2009
  • SpawnEagleMissile (Harvest)
    harvest.spawnEagleMissile(0, 0, -1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    640 B (91 words) - 22:26, 2 December 2009

Page text matches

  • AddCredits (Harvest)
    harvest.addCredits(1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    451 B (61 words) - 19:05, 2 December 2009
  • DrawLine (Harvest)
    harvest.drawLine(x1, y1, x2, y2[, r, g, b[, a]]) harvest.drawLine(100, 115, 200, 115, 255, 255, 0, 255)
    907 B (129 words) - 16:04, 2 December 2009
  • DrawText (Harvest)
    harvest.drawText(text, x, y[, alignment[, r, g, b[, a]]]) harvest.drawText("Timer is now: " .. timer, 100, 100, 0, 255, 255, 0, 255)
    1 KB (174 words) - 16:05, 2 December 2009
  • Print (Harvest)
    harvest.print("Timer is now: " .. timer) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    356 B (50 words) - 16:03, 2 December 2009
  • DrawRectangle (Harvest)
    harvest.drawRectangle(100, 100, 200, 115, 0, 0, 0, 128) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    937 B (127 words) - 16:05, 2 December 2009
  • SetThreatLevelProgress (Harvest)
    harvest.setThreatLevelProgress(0.25) harvest.setThreatLevelProgress(gameTime / 60.0)
    498 B (60 words) - 16:05, 2 December 2009
  • SetThreatLevelValue (Harvest)
    harvest.setThreatLevelValue(35) harvest.setThreatLevelValue(threatLevel)
    485 B (66 words) - 16:05, 2 December 2009
  • SetCreativeListVisible (Harvest)
    harvest.setCreativeListVisible(false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    447 B (58 words) - 16:06, 2 December 2009
  • SetTimerValue (Harvest)
    harvest.setTimerValue(3600) -- 1hr harvest.setTimerValue(gameTime)
    404 B (51 words) - 16:07, 2 December 2009
  • SetTimerVisible (Harvest)
    harvest.setTimerVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    390 B (50 words) - 16:06, 2 December 2009
  • SpawnMinerals (Harvest)
    harvest.spawnMinerals(0, 0, 100) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    746 B (108 words) - 22:50, 2 December 2009
  • RemoveMinerals (Harvest)
    ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    2 KB (266 words) - 22:55, 2 December 2009
  • GetCredits (Harvest)
    local credits = harvest.getCredits() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    344 B (45 words) - 20:06, 2 December 2009
  • SetRushListVisible (Harvest)
    harvest.setRushListVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    405 B (53 words) - 16:06, 2 December 2009
  • SetRushProgress (Harvest)
    harvest.setRushProgress(harvest.getTotalAlienDamage() / 50000.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    439 B (54 words) - 16:06, 2 December 2009
  • SetWaveListVisible (Harvest)
    harvest.setWaveListVisible(true) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    442 B (59 words) - 16:07, 2 December 2009
  • SetWaveButtonVisible (Harvest)
    harvest.setWaveButtonVisible(1, false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    547 B (73 words) - 16:07, 2 December 2009
  • SetWaveButtonAliens (Harvest)
    harvest.setWaveButtonAliens(1, ALIEN_DEFAULT, ALIEN_SHIELDER, ALIEN_MEGA) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    536 B (67 words) - 16:14, 2 December 2009
  • SetWaveButtonLabel (Harvest)
    harvest.setWaveButtonLabel(1, 1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    490 B (63 words) - 16:14, 2 December 2009
  • ShowInfoMessage (Harvest)
    harvest.showInfoMessage("The wave has been defeated. You have been rewarded with " harvest.addCredits(pendingWaveBonus)
    1 KB (136 words) - 16:14, 2 December 2009
  • ScreenToWorldCoordinates (Harvest)
    local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY) harvest.spawnChargeBomb(x, y)
    618 B (83 words) - 16:14, 2 December 2009
  • WorldToScreenCoordinates (Harvest)
    local x,y = harvest.worldToScreenCoordinates(buildingX, buildingY) harvest.drawText("I'm here", x, y - 15, 1)
    619 B (84 words) - 16:15, 2 December 2009
  • GetScreenSize (Harvest)
    local w,h = harvest.getScreenSize() harvest.drawRectangle(0, 0, w, h, 0, 0, 0, 255)
    399 B (51 words) - 16:15, 2 December 2009
  • GetViewPosition (Harvest)
    local wx,wy = harvest.getViewPosition() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    374 B (49 words) - 16:15, 2 December 2009
  • SetViewPosition (Harvest)
    local w,h = harvest.getScreenSize() harvest.getViewPosition(objectX - w * .5, objectY - h * .5)
    514 B (69 words) - 16:15, 2 December 2009
  • IsKeyPressed (Harvest)
    local isShiftPressed = harvest.isKeyPressed(virtualScanCode) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    454 B (58 words) - 16:16, 2 December 2009
  • SetBuildingEnabled (Harvest)
    harvest.setBuildingEnabled("SPARKPRODUCER", false) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    498 B (62 words) - 16:16, 2 December 2009
  • GetMousePosition (Harvest)
    local mouseX, mouseY = harvest.getMousePosition() local x,y = harvest.screenToWorldCoordinates(mouseX, mouseY)
    523 B (68 words) - 16:16, 2 December 2009
  • WinGame (Harvest)
    harvest.winGame() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    264 B (32 words) - 19:02, 2 December 2009
  • LoseGame (Harvest)
    harvest.loseGame() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    268 B (33 words) - 19:03, 2 December 2009
  • GetPlanet (Harvest)
    if harvest.getPlanet() == "pose" then ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    428 B (58 words) - 19:07, 2 December 2009
  • GetWorldBorders (Harvest)
    local left, top, right, bottom = harvest.getWorldBorders() ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    350 B (44 words) - 19:08, 2 December 2009
  • SetMinimumWorldBorders (Harvest)
    harvest.setMinimumWorldBorders(0, 0, 3000, 3000) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    637 B (83 words) - 19:12, 2 December 2009
  • IsAlienAvailable (Harvest)
    if harvest.isAlienAvailable(4) then ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    514 B (71 words) - 19:22, 2 December 2009
  • IsPositionBlocked (Harvest)
    if ~harvest.isPositionBlocked(x, y) then harvest.spawnAlien(1, x, y)
    578 B (86 words) - 19:22, 2 December 2009
  • DefineUpgrade (Harvest)
    harvest.defineUpgrade("SUPERSOLARPLANT", "Super-duper Solar Plant", "This is a real ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    1 KB (124 words) - 19:20, 2 December 2009
  • GetTotalAlienDamage (Harvest)
    harvest.setRushProgress(harvest.getTotalAlienDamage() / 50000.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    395 B (47 words) - 19:23, 2 December 2009
  • DefineUpgradeButton (Harvest)
    harvest.defineUpgrade("SUPERSOLARPLANT", "Super-duper Solar Plant", "This is a real harvest.defineUpgradeButton("SPARKPRODUCER", "SUPERSOLARPLANT")
    1 KB (118 words) - 19:27, 2 December 2009
  • GetNumAliens (Harvest)
    print("Alive: " .. harvest.getNumAliens()) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    345 B (43 words) - 19:47, 2 December 2009
  • GetNumBuildings (Harvest)
    print("Alive buildings: " .. harvest.getNumBuildings()) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    414 B (51 words) - 19:48, 2 December 2009
  • FindAliens (Harvest)
    ...n, you will have to save it's ID number and then locate it each frame with harvest.getAlien(id). aliens = harvest.findAliens()
    3 KB (413 words) - 20:04, 2 December 2009
  • GetBuilding (Harvest)
    local building = harvest.getBuilding(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    410 B (58 words) - 20:08, 2 December 2009
  • FindBuildings (Harvest)
    ...g, you will have to save it's ID number and then locate it each frame with harvest.getBuilding(id). buildings = harvest.findBuildings(x, y, 200)
    3 KB (406 words) - 20:02, 2 December 2009
  • GetSelectedBuilding (Harvest)
    building = harvest.getSelectedBuilding(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    380 B (47 words) - 20:07, 2 December 2009
  • GetAlien (Harvest)
    local alien = harvest.getAlien(id) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    387 B (58 words) - 20:08, 2 December 2009
  • SpawnAlien (Harvest)
    harvest.spawnAlien(1, 512, 512) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    552 B (77 words) - 21:26, 2 December 2009
  • SpawnBuilding (Harvest)
    harvest.spawnBuilding("EAGLEUPGRADE", 0, 0, 0.5) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    1 KB (164 words) - 21:29, 2 December 2009
  • SpawnChargeBomb (Harvest)
    harvest.spawnChargeBomb(100, 100, 1.0) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    566 B (73 words) - 21:32, 2 December 2009
  • SpawnMissile (Harvest)
    harvest.spawnMissile(0, 0, 512, 512) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    579 B (80 words) - 21:32, 2 December 2009
  • SpawnEagleMissile (Harvest)
    harvest.spawnEagleMissile(0, 0, -1) ....oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions]
    640 B (91 words) - 22:26, 2 December 2009

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox