Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Control Properties Get/Set Functions)
(Graphics/Pixel Functions)
Line 492: Line 492:
 
* [[Core Function PixelGetColour|PixelGetColour ( <x>, <y> )]] -- Returns a pixel colour according to x, y pixel coordinates
 
* [[Core Function PixelGetColour|PixelGetColour ( <x>, <y> )]] -- Returns a pixel colour according to x, y pixel coordinates
 
* [[Core Function PixelGetMouse|PixelGetMouse ( )]] -- Returns a pixel colour according to x, y position of the mouse pointer
 
* [[Core Function PixelGetMouse|PixelGetMouse ( )]] -- Returns a pixel colour according to x, y position of the mouse pointer
* [[Core Function PixelSearch|PixelSearch ( <left>, <top>, <right>, <bottom>, <colour>, <shade>, <step>  )]] -- Searches a rectangle of pixels for the pixel colour provided
+
* [[Core Function PixelSearch|PixelSearch ( <left>, <top>, <right>, <bottom>, <colour>, <shade>, <padding>, <step>  )]] -- Searches a rectangle of pixels for the pixel colour provided
 
* [[Core Function PixelChecksum|PixelChecksum ( <left>, <top>, <right>, <bottom>, <step>  )]] -- Generates a checksum for a region of pixels
 
* [[Core Function PixelChecksum|PixelChecksum ( <left>, <top>, <right>, <bottom>, <step>  )]] -- Generates a checksum for a region of pixels
 
* [[Core Function Colour|Colour( <name> )]] -- Get the colour INT value of a given colours name
 
* [[Core Function Colour|Colour( <name> )]] -- Get the colour INT value of a given colours name

Revision as of 03:14, 11 December 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

Path Functions

Network Functions

HTTP Functions
MySQL Functions
Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else)
Misc Network Functions

Memory Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Common Dialog/Control Properties Get/Set Functions
Common Dialog/Control Method Functions
GUIGetProp & GUISetProp Examples

Here are some GUIGetProp & GUISetProp Examples that you might not figure out by yourself.

Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Controls

(For info on using <title>, <text> See Window Titles and Text (Advanced) )

Graphics/Pixel 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