Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Pixel Functions)
(Process Functions)
Line 234: Line 234:
 
* [[Core Function ProcessExists|ProcessExists( <pid/name> )]] -- Checks to see if a specified process exists
 
* [[Core Function ProcessExists|ProcessExists( <pid/name> )]] -- Checks to see if a specified process exists
 
* [[Core Function ProcessList|ProcessList( <name> )]] -- Returns an array listing the currently running processes (names and PIDs)
 
* [[Core Function ProcessList|ProcessList( <name> )]] -- Returns an array listing the currently running processes (names and PIDs)
* [[Core Function ProcessSetPriority|ProcessSetPriority( <name>, <priority> )]] -- Changes the priority of a process
+
* [[Core Function ProcessSetPriority|ProcessSetPriority( <pid/name>, <priority> )]] -- Changes the priority of a process
* [[Core Function ProcessWait|ProcessWait( <name>, <timeout> )]] -- Pauses the current thread until a given process exists or optional the timeout expires
+
* [[Core Function ProcessWait|ProcessWait( <pid/name>, <timeout> )]] -- Pauses the current thread until a given process exists or optional the timeout expires
* [[Core Function ProcessWaitClose|ProcessWaitClose( <name>, <timeout> )]] -- Pauses the current thread until a given process no longer exists or optional the timeout expires
+
* [[Core Function ProcessWaitClose|ProcessWaitClose( <pid/name>, <timeout> )]] -- Pauses the current thread until a given process no longer exists or optional the timeout expires
 
* [[Core Function Shutdown|Shutdown( <shutdown code> )]] -- Shuts down the system
 
* [[Core Function Shutdown|Shutdown( <shutdown code> )]] -- Shuts down the system
  

Revision as of 11:21, 29 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
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

GUI Functions

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

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

Controls

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