Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Dialog Creation Functions)
(Process Functions)
Line 223: Line 223:
 
==== Process Functions ====
 
==== Process Functions ====
 
* [[Core Function DLLCall|DLLCall( <dll>, <function>, <returntype>, <paramtypes>, <params> )]] -- Dynamically call a function in a DLL
 
* [[Core Function DLLCall|DLLCall( <dll>, <function>, <returntype>, <paramtypes>, <params> )]] -- Dynamically call a function in a DLL
 +
* [[Core Function DLLStructCreate|DLLStructCreate( <def string> )]] -- Creates a C/C++ style structure to be used with DLLCall
 +
* [[Core Function DLLStructGetData|DLLStructGetData( <dllstruct>, <element>, <index> )]] -- Returns the data of an element of the struct
 +
* [[Core Function DLLStructSetData|DLLStructSetData( <dllstruct>, <element>, <index> )]] -- Returns the data of an element of the struct
 +
* [[Core Function DllStructGetSize|DllStructGetSize( <dllstruct> )]] -- Returns the size of the struct in bytes
 +
* [[Core Function DllStructGetPtr|DllStructGetPtr( <dllstruct> )]] -- Returns the pointer to the struct or an element in the struct
 
* [[Core Function Run|Run( <file>, <workdir>, <flag> )]] -- Runs an external program
 
* [[Core Function Run|Run( <file>, <workdir>, <flag> )]] -- Runs an external program
 
* [[Core Function RunWait|RunWait( <file>, <workdir>, <flag> )]] -- Runs an external program and waits until the program finishes
 
* [[Core Function RunWait|RunWait( <file>, <workdir>, <flag> )]] -- Runs an external program and waits until the program finishes

Revision as of 00:43, 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
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