Search results

From OxeyeWiki

Jump to: navigation, search

Create the page "Harvest" on this wiki!

Page title matches

  • 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

Page text matches

  • 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

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

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox