Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Environment Management)
(Keyboard Control Functions)
Line 286: Line 286:
 
* [[Core Function HotKeySet|HotKeySet( <keydef>, <expression> )]] -- Create a custom hotkey to run custom code or execute a function.
 
* [[Core Function HotKeySet|HotKeySet( <keydef>, <expression> )]] -- Create a custom hotkey to run custom code or execute a function.
 
* [[Core Function SendKeys|SendKeys( <keydef>, <flag> )]] -- Sends simulated keystrokes to the active window
 
* [[Core Function SendKeys|SendKeys( <keydef>, <flag> )]] -- Sends simulated keystrokes to the active window
 +
 +
==== Mouse Control Functions ====
 +
* [[Core Function MouseClick |MouseClick ( <button>, <x>, <y>, <clicks>, <speed> )]] -- Perform a mouse click operation
 +
* [[Core Function MouseClickDrag |MouseClickDrag ( <button>, <x1>, <y1>, <x2>, <y21>, <speed> )]] -- Perform a mouse click and drag operation
  
 
==== Misc Functions ====
 
==== Misc Functions ====

Revision as of 11:36, 26 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Misc Functions

User Defined Functions

These functions are created using Sputnik and are not part of the Sputnik core language.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox