Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Math Functions)
(Math Functions)
Line 201: Line 201:
 
* [[Core Function Exp|Exp( <expression> )]] -- Returns e raised to the specified power
 
* [[Core Function Exp|Exp( <expression> )]] -- Returns e raised to the specified power
 
* [[Core Function Floor|Floor( <expression> )]] -- Returns the largest integer less than or equal to the specified number
 
* [[Core Function Floor|Floor( <expression> )]] -- Returns the largest integer less than or equal to the specified number
 +
* [[Core Function IntToRom|IntToRom( <expression> )]] -- Returns the roman numerical value of an integer
 
* [[Core Function Log|Log( <expression> )]] -- Returns the logarithm of a specified number
 
* [[Core Function Log|Log( <expression> )]] -- Returns the logarithm of a specified number
 
* [[Core Function Log10|Log10( <expression> )]] -- Returns the common (base-10) logarithm of a specified number
 
* [[Core Function Log10|Log10( <expression> )]] -- Returns the common (base-10) logarithm of a specified number
Line 211: Line 212:
 
* [[Core Function Random|Random( <expression>, <expression2> )]] -- Get a random number from the defined area.
 
* [[Core Function Random|Random( <expression>, <expression2> )]] -- Get a random number from the defined area.
 
* [[Core Function Round|Round( <expression>, <decimalplaces> )]] -- Returns a number rounded to a specified number of decimal places
 
* [[Core Function Round|Round( <expression>, <decimalplaces> )]] -- Returns a number rounded to a specified number of decimal places
 +
* [[Core Function RomToInt|RomToInt( <expression> )]] -- Returns the integer value of a roman numerical sequence
 
* [[Core Function Sin|Sin( <expression> )]] -- Returns the sine of the specified angle
 
* [[Core Function Sin|Sin( <expression> )]] -- Returns the sine of the specified angle
 
* [[Core Function Sinh|Sinh( <expression> )]] -- Returns the hyperbolic sine of the specified angle
 
* [[Core Function Sinh|Sinh( <expression> )]] -- Returns the hyperbolic sine of the specified angle

Revision as of 18:21, 11 May 2013

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

If a link is red (unclickable) the function either doesnt exist yet and is pending creation or it has been created but does not yet have a page/example.

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

Binary Memory Stream Management Functions

Math Functions

String Functions

Array Functions

Enum 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)
Raw Sockets (TCP/UDP etc)
Misc Network Functions

Memory Functions

Clipboard Functions

Registry Functions

GUI Functions

Dialog Creation Functions
Control Creation Functions
NOT AVAILABLE YET
Window/Control Properties Get/Set Functions

Note - Any options not here are most likely found using GUIGetProp and GUISetProp the bulk of all props can be found/used in them 2 funtions however anything special and not generic will go in the functions below.

Common Dialog/Control Properties Get/Set Functions
GUI Link (Event) Functions
Other GUI Functions

Bitmap 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) )

NOT AVAILABLE YET

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