User contributions
From OxeyeWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 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)
- 16:07, 2 December 2009 (diff | hist) SetWaveListVisible (Harvest) (top)
- 16:07, 2 December 2009 (diff | hist) SetTimerValue (Harvest) (top)
- 16:06, 2 December 2009 (diff | hist) SetTimerVisible (Harvest) (top)
- 16:06, 2 December 2009 (diff | hist) SetRushProgress (Harvest) (top)
- 16:06, 2 December 2009 (diff | hist) SetRushListVisible (Harvest) (top)
- 16:06, 2 December 2009 (diff | hist) SetCreativeListVisible (Harvest) (top)
- 16:05, 2 December 2009 (diff | hist) SetThreatLevelValue (Harvest) (top)
- 16:05, 2 December 2009 (diff | hist) SetThreatLevelProgress (Harvest) (top)
- 16:05, 2 December 2009 (diff | hist) DrawText (Harvest) (top)
- 16:05, 2 December 2009 (diff | hist) DrawRectangle (Harvest) (top)
- 16:04, 2 December 2009 (diff | hist) DrawLine (Harvest) (top)
- 16:03, 2 December 2009 (diff | hist) Print (Harvest) (top)
- 23:09, 1 December 2009 (diff | hist) N GetMousePosition (Harvest) (Created page with '{{HarvestMethod | screenX, screenY = getMousePosition() | Returns the current mouse position, in screen coordinates. | | Returns two coordinates of a point on the screen, sc...')
- 23:06, 1 December 2009 (diff | hist) SetBuildingEnabled (Harvest)
- 23:06, 1 December 2009 (diff | hist) N SetBuildingEnabled (Harvest) (Created page with '{{HarvestMethod | setBuildingEnabled(building, setting) | Changes whether a building should be buildable by the player or not. | {{MethodParam|building|String|The building name t...')
- 23:04, 1 December 2009 (diff | hist) N IsKeyPressed (Harvest) (Created page with '{{HarvestMethod | isKeyPressed(virtualScanCode) | Returns whether a key is pressed or not, using virtual scan codes. | {{MethodParam|virtualScanCode|unknown|}} | Returns whether ...')
- 23:02, 1 December 2009 (diff | hist) N SetViewPosition (Harvest) (Created page with '{{HarvestMethod | setViewPosition(x, y) | Sets the world view position. The position will be clamped to the currently visible world rectangle. | {{MethodParam|x|Number|The world ...')
- 22:56, 1 December 2009 (diff | hist) N GetViewPosition (Harvest) (Created page with '{{HarvestMethod | worldX, worldY = getViewPosition() | Returns the current world view position. | | Returns two coordinates, worldX and worldY. Both are of the type Number. ...')
- 22:54, 1 December 2009 (diff | hist) GetScreenSize (Harvest)
- 22:54, 1 December 2009 (diff | hist) GetScreenSize (Harvest)
- 22:54, 1 December 2009 (diff | hist) N GetScreenSize (Harvest) (Created page with '{{HarvestMethod | width, height = getScreenSize() | Returns the game's resolution. | | Returns two values, width and height. Both are of the type Number. }} === Example === ...')
- 22:52, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:51, 1 December 2009 (diff | hist) N WorldToScreenCoordinates (Harvest) (Created page with '{{HarvestMethod | screenX, screenY = worldToScreenCoordinates(worldX, worldY) | Converts world coordinates to screen coordinates. | {{MethodParam|worldX|Number|The x coordin...')
- 22:49, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:49, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:48, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:40, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:40, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:39, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:39, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:38, 1 December 2009 (diff | hist) ScreenToWorldCoordinates (Harvest)
- 22:37, 1 December 2009 (diff | hist) N ScreenToWorldCoordinates (Harvest) (Created page with '{{HarvestMethod | worldX, worldY = screenToWorldCoordinates(screenX, screenY) | Converts screen coordinates to world coordinates. | {{MethodParam|screenX|Number|The x coordinate ...')
- 22:29, 1 December 2009 (diff | hist) N ShowInfoMessage (Harvest) (Created page with '{{HarvestMethod | showInfoMessage(message[, title[, pictureName[, sound]]]) | Displays an event in the text list, combined with a portrait and/or sound effect. If you omit the so...')
- 22:25, 1 December 2009 (diff | hist) N SetWaveButtonLabel (Harvest) (Created page with '{{HarvestMethod | setWaveButtonLabel(button, label) | Simply changes the number that is displayed to the left of the wave button. | {{MethodParam|button|Number|The button to disp...')
- 22:21, 1 December 2009 (diff | hist) N SetWaveButtonAliens (Harvest) (Created page with '{{HarvestMethod | setWaveButtonAliens(button, alien[, alien[, ...]]) | Sets which aliens that should appear on the wave button in the GUI. The buttons are numbered 1 through 10. ...')
- 22:15, 1 December 2009 (diff | hist) SetWaveButtonVisible (Harvest)
- 22:15, 1 December 2009 (diff | hist) N SetWaveButtonVisible (Harvest) (Created page with '{{HarvestMethod | setWaveButtonVisible(button, toggle) | Sets whether a certain wave button should be visible or not. By default, all 10 buttons are visible when the wave list is...')
- 22:12, 1 December 2009 (diff | hist) N SetWaveListVisible (Harvest) (Created page with '{{HarvestMethod | setWaveListVisible(toggle) | Sets whether the wave list (ten buttons with aliens on them) should be visible or not. It's not visible by default. | {{MethodParam...')
- 22:10, 1 December 2009 (diff | hist) SetTimerValue (Harvest)
- 22:04, 1 December 2009 (diff | hist) SetTimerVisible (Harvest)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)