Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Misc)
(Misc Functions)
Line 367: Line 367:
 
* [[Core Function Return|Return <expressions>]] -- Returns a result from a Function.
 
* [[Core Function Return|Return <expressions>]] -- Returns a result from a Function.
 
* [[Core Function Throw|Throw( <expression> )]] -- Throw an exception.
 
* [[Core Function Throw|Throw( <expression> )]] -- Throw an exception.
 +
* [[Core Function Die|Die( <expression> )]] -- Gives an error and terminates the program.
 
* [[Core Function Eval|Eval( <expression>, <flag> )]] -- Evaluate a string as Sputnik code.
 
* [[Core Function Eval|Eval( <expression>, <flag> )]] -- Evaluate a string as Sputnik code.
 
* [[Core Function GC|GC( <flag> )]] -- Use the garbage collector.
 
* [[Core Function GC|GC( <flag> )]] -- Use the garbage collector.

Revision as of 05:13, 30 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

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

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