User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:35, 11 December 2011 (diff | hist) Core Function GetGValue
- 17:34, 11 December 2011 (diff | hist) Core Function GetRValue
- 17:34, 11 December 2011 (diff | hist) Core Function GetRValue
- 17:34, 11 December 2011 (diff | hist) Core Function RGB
- 17:34, 11 December 2011 (diff | hist) Core Function Colour
- 17:31, 11 December 2011 (diff | hist) Function Reference (→Graphics/Pixel Functions)
- 04:16, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 04:15, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 04:14, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 04:07, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 04:04, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 04:01, 11 December 2011 (diff | hist) Core Function PixelSearch (→Example)
- 03:46, 11 December 2011 (diff | hist) Core Function PixelSearch (→colour)
- 03:42, 11 December 2011 (diff | hist) Core Function PixelSearch (→Remarks)
- 03:16, 11 December 2011 (diff | hist) Core Function PixelSearch
- 03:14, 11 December 2011 (diff | hist) Function Reference (→Graphics/Pixel Functions)
- 17:45, 10 December 2011 (diff | hist) Function Reference (→Control Properties Get/Set Functions)
- 17:44, 10 December 2011 (diff | hist) Function Reference (→Control Creation Functions)
- 15:44, 10 December 2011 (diff | hist) Core Function Alloc
- 22:42, 9 December 2011 (diff | hist) Function Reference (→Other GUI Functions)
- 22:40, 9 December 2011 (diff | hist) Function Reference (→Other GUI Functions)
- 21:09, 9 December 2011 (diff | hist) N Core Function DirCopy (Created page with "<pre> DirCopy ( <sourcepath>, <destpath> ) </pre> === Description === Copies a directory and all sub-directories and files (Similar to xcopy). === Parameters === ==== sourcep...")
- 21:05, 9 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 20:51, 9 December 2011 (diff | hist) N Core Function GetFolders (Created page with "<pre> GetFolders ( <path>, <pattern> ) </pre> === Description === Get an array of all folders in a directory. === Parameters === ==== path ==== The path to use. "" means cu...")
- 20:49, 9 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 20:47, 9 December 2011 (diff | hist) N Core Function GetFiles (Created page with "<pre> GetFiles ( <path>, <pattern> ) </pre> === Description === Get an array of all files in a directory. === Parameters === ==== path ==== The path to use. "" means curren...")
- 20:42, 9 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 19:19, 9 December 2011 (diff | hist) Function Reference (→Mouse Control Functions)
- 15:28, 9 December 2011 (diff | hist) Core Function WinMove
- 14:50, 9 December 2011 (diff | hist) Core Function PTRRead
- 14:50, 9 December 2011 (diff | hist) Core Function PTRWrite (→type)
- 04:11, 9 December 2011 (diff | hist) Core Function WinMove (→Speed)
- 04:10, 9 December 2011 (diff | hist) Core Function WinMove
- 03:49, 9 December 2011 (diff | hist) Core Function DoEvents (→Example)
- 03:38, 9 December 2011 (diff | hist) N Core Function GetRValue (Created page with "<pre> GetRValue( <colour> ) </pre> === Description === Get the red byte from a colour INT value. ==== colour ==== The colour INT value to use. === Return Value === The red ...")
- 03:38, 9 December 2011 (diff | hist) N Core Function GetGValue (Created page with "<pre> GetGValue( <colour> ) </pre> === Description === Get the green byte from a colour INT value. ==== colour ==== The colour INT value to use. === Return Value === The gr...")
- 03:38, 9 December 2011 (diff | hist) N Core Function GetBValue (Created page with "<pre> GetBValue( <colour> ) </pre> === Description === Get the blue byte from a colour INT value. ==== colour ==== The colour INT value to use. === Return Value === The blu...")
- 03:35, 9 December 2011 (diff | hist) N Core Function RGB (Created page with "<pre> RGB( <red>, <green>, <blue> ) </pre> === Description === Get the colour INT value of given red, green and blue bytes. ==== red ==== A red value to use. ==== green ====...")
- 03:32, 9 December 2011 (diff | hist) Function Reference (→Pixel Functions)
- 03:30, 9 December 2011 (diff | hist) Function Reference (→Misc Functions)
- 01:26, 9 December 2011 (diff | hist) Function Reference (→Memory Functions)
- 01:24, 9 December 2011 (diff | hist) Function Reference (→Memory Functions)
- 01:23, 9 December 2011 (diff | hist) N Core Function PTRToString (Created page with "<pre> StringToPTR( <type>, <string> ) </pre> === Description === Allocates memory for the string and writes the string to that memory and returns the pointer for that memory. ...")
- 01:23, 9 December 2011 (diff | hist) Core Function StringToPTR
- 01:22, 9 December 2011 (diff | hist) N Core Function StringToPTR (Created page with "<pre> StringToPTR( <type>, <string> ) </pre> === Description === Allocates memory for the string and writes the string to that memory and returns the pointer for that memory. ...")
- 01:19, 9 December 2011 (diff | hist) Core Function PTRRead
- 01:18, 9 December 2011 (diff | hist) N Core Function PTRWrite (Created page with "<pre> PTRWrite( <ptr>, <type>, <offset>, <value> ) </pre> === Description === Write data to a memory pointer optionally starting from a given index. === Parameters=== ==== pt...")
- 01:17, 9 December 2011 (diff | hist) N Core Function PTRRead (Created page with "<pre> PTRRead( <ptr>, <type>, <offset> ) </pre> === Description === Read data from a memory pointer optionally starting from a given index. === Parameters=== ==== ptr ==== T...")
- 01:15, 9 December 2011 (diff | hist) N Core Function Free (Created page with "<pre> Free( <ptr> ) </pre> === Description === Deallocate memory from a pointer. === Parameters=== ==== ptr ==== The pointer to use. === Return Value === Success: Returns ...")
- 01:14, 9 December 2011 (diff | hist) N Core Function Alloc (Created page with "<pre> Alloc( <size>, <flag> ) </pre> === Description === Allocate memory and return the pointer to it. === Parameters=== ==== size ==== Size in bytes to allocate. ==== flag...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)