User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 23:42, 26 April 2012 (diff | hist) Function Reference (→Keyboard Control Functions)
- 22:24, 26 April 2012 (diff | hist) Core Function Print (→Return Value)
- 22:24, 26 April 2012 (diff | hist) Function Reference (→Console Functions)
- 21:55, 26 April 2012 (diff | hist) Core Function IsDeclared
- 21:54, 26 April 2012 (diff | hist) Function Reference (→Misc)
- 21:36, 26 April 2012 (diff | hist) N Core Function isVarSocket (Created page with "<pre> isVarSocket( $variable ) </pre> === Description === Check if a variable holds a Socket object. === Parameters === ==== variable ==== The variable to check. === Return...")
- 21:36, 26 April 2012 (diff | hist) Function Reference (→Type Checking)
- 21:34, 26 April 2012 (diff | hist) Core Function GetVarObjType (→Example)
- 21:33, 26 April 2012 (diff | hist) Core Function GetVarObjType (→Example)
- 21:32, 26 April 2012 (diff | hist) Function Reference (→Not added yet)
- 21:30, 26 April 2012 (diff | hist) N Core Function ConsoleState (Created page with "<pre> ConsoleState( ) </pre> === Description === Get the console state (Visible, Hidden). === Parameters === None === Return Value === None === Remarks === None. === Exa...")
- 21:29, 26 April 2012 (diff | hist) N Core Function ConsoleShow (Created page with "<pre> ConsoleShow( ) </pre> === Description === Show the console window. === Parameters === None === Return Value === None === Remarks === None. === Example === <syntax...")
- 21:28, 26 April 2012 (diff | hist) N Core Function ConsoleHide (Created page with "<pre> ConsoleHide( ) </pre> === Description === Hide the console window. === Parameters === None === Return Value === None === Remarks === None. === Example === <syntax...")
- 21:27, 26 April 2012 (diff | hist) Macros (→Misc)
- 21:24, 26 April 2012 (diff | hist) Function Reference (→Console Functions)
- 19:50, 26 April 2012 (diff | hist) Macros (→Key Constants for use with many things (Bascially equal to VirtualKey Codes)
- 19:47, 26 April 2012 (diff | hist) N Core Function ConsoleClear (Created page with "<pre> ConsoleClear( ) </pre> === Description === Clear all text from the console window. === Parameters === None === Return Value === None === Remarks === Alias' for this...")
- 19:45, 26 April 2012 (diff | hist) Function Reference (→Console Functions)
- 19:45, 26 April 2012 (diff | hist) Function Reference (→Console Functions)
- 18:15, 26 April 2012 (diff | hist) Function Reference (→Enum Functions)
- 07:07, 26 April 2012 (diff | hist) N Core Function BinaryCompare (Created page with "<pre> BinaryCompare( <binary-array>, <binary-array2> ) </pre> === Description === Compare two binary variables. === Parameters === ==== binary-array ==== The a binary variab...")
- 07:06, 26 April 2012 (diff | hist) Function Reference (→Binary Data Management Functions)
- 07:06, 26 April 2012 (diff | hist) Function Reference (→Binary Data Management Functions)
- 02:23, 26 April 2012 (diff | hist) N Core Function BinaryMD5 (Created page with "<pre> BinarySHA1( <binary-array> ) </pre> === Description === Returns the SHA1 hash of a binary variable. === Parameters === ==== binary-array ==== The binary variable to us...")
- 02:22, 26 April 2012 (diff | hist) N Core Function BinarySHA1 (Created page with "<pre> BinarySHA1( <binary-array> ) </pre> === Description === Returns the SHA1 hash of a binary variable. === Parameters === ==== binary-array ==== The binary variable to us...")
- 02:21, 26 April 2012 (diff | hist) Function Reference (→Binary Data Management Functions)
- 20:01, 25 April 2012 (diff | hist) N Core Function isDigit (Created page with "<pre> isDigit( <expression> ) </pre> === Description === Checks if string only contains numbers. === Parameters === ==== expression ==== The string to use. === Return Value...")
- 20:00, 25 April 2012 (diff | hist) Core Function isNumeric
- 19:59, 25 April 2012 (diff | hist) Function Reference (→String Functions)
- 19:17, 25 April 2012 (diff | hist) Function Reference (→Controls)
- 19:09, 25 April 2012 (diff | hist) N Core Function ControlShow (Created page with "<pre> ControlShow ( <title>, <text>, <controlID> ) </pre> === Description === Shows a control that was hidden. === Parameters === ==== Title ==== The title of the window to ...")
- 19:09, 25 April 2012 (diff | hist) N Core Function ControlHide (Created page with "<pre> ControlHide ( <title>, <text>, <controlID> ) </pre> === Description === Hides a control. === Parameters === ==== Title ==== The title of the window to access. ==== Te...")
- 19:01, 25 April 2012 (diff | hist) N Core Function ControlEnable (Created page with "<pre> ControlEnable ( <title>, <text>, <controlID> ) </pre> === Description === Enables a control. === Parameters === ==== Title ==== The title of the window to access. ===...")
- 19:00, 25 April 2012 (diff | hist) N Core Function ControlDisable (Created page with "<pre> ControlDisable ( <title>, <text>, <controlID> ) </pre> === Description === Disables a control. === Parameters === ==== Title ==== The title of the window to access. =...")
- 18:56, 25 April 2012 (diff | hist) N Core Function ControlClick (Created page with "<pre> ControlClick ( <title>, <text>, <controlID>, <button>, <clicks>, <x>, <y> ) </pre> === Description === Sends a mouse click command to a given control. === Parameters ===...")
- 18:54, 25 April 2012 (diff | hist) Function Reference (→Controls)
- 18:36, 25 April 2012 (diff | hist) N Core Function ClipSet (Created page with "<pre> ClipSet( <type>, <expression> ) </pre> === Description === Set data to the clipboard === Parameters === ==== type ==== The type of data to set <pre> Text - Any text </...")
- 18:36, 25 April 2012 (diff | hist) N Core Function ClipGet (Created page with "<pre> ClipGet( <type> ) </pre> === Description === Get data from the clipboard === Parameters === ==== type ==== The type of data to get <pre> Text - Any text </pre> === Re...")
- 18:35, 25 April 2012 (diff | hist) Function Reference (→Clipboard Functions)
- 18:34, 25 April 2012 (diff | hist) Function Reference (→Clipboard Functions)
- 18:25, 25 April 2012 (diff | hist) N Core Function DLLStructList (Created page with "<pre> DLLStructList( <expression> ) </pre> === Description === Return an array of all user defined DLLStructLists (Or just ones fitting a given pattern). ==== expression ==== ...")
- 18:21, 25 April 2012 (diff | hist) N Core Function EnumList (Created page with "<pre> EnumList( <expression> ) </pre> === Description === Return an array of all user defined enums (Or just ones fitting a given pattern). ==== expression ==== Optional; Tex...")
- 18:17, 25 April 2012 (diff | hist) Core Function ClassList (→Example)
- 18:17, 25 April 2012 (diff | hist) N Core Function ClassList (Created page with "<pre> ClassList( <expression> ) </pre> === Description === Return an array of all user defined classes (Or just ones fitting a given pattern). ==== expression ==== Optional; ...")
- 18:17, 25 April 2012 (diff | hist) Core Function FunctionList
- 18:11, 25 April 2012 (diff | hist) Function Reference (→Control Creation Functions)
- 18:10, 25 April 2012 (diff | hist) Function Reference (→Control Creation Functions)
- 18:09, 25 April 2012 (diff | hist) N Core Function GUICreateLabel (Created page with "<pre> GUICreate( "Label", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> ) </pre> === Description === Create a Label === Parameters === ==== gui object ==== The GUI ...")
- 18:07, 25 April 2012 (diff | hist) N Core Function GUICreateTextBoxEx (Created page with "<pre> GUICreate( "TextBoxEx", <gui object>, <Text>, <Left>, <Top>, <Width>, <Height> ) </pre> === Description === Create a Multiline TextBox === Parameters === ==== gui objec...")
- 18:07, 25 April 2012 (diff | hist) Function Reference (→Control Creation Functions)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)