Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Language Features)
(Process Functions)
Line 456: Line 456:
 
* [[Core Function DLLClose|DLLClose( <DLL> )]] -- Close and unset a return value from DLLOpen()
 
* [[Core Function DLLClose|DLLClose( <DLL> )]] -- Close and unset a return value from DLLOpen()
 
* [[Core Function DLLImport|DLLImport( <varies...> )]] -- Dynamically load a function from a DLL and transform it to act and behave like a normal Sputnik function (Can load thousands functions at a time and even save the loaded stuff to DLL for quick access later)
 
* [[Core Function DLLImport|DLLImport( <varies...> )]] -- Dynamically load a function from a DLL and transform it to act and behave like a normal Sputnik function (Can load thousands functions at a time and even save the loaded stuff to DLL for quick access later)
* [[Core Function LoadAssembly|LoadAssembly( <file> )]] -- Load a .NET DLL into a variable
 
* [[Core Function UnloadAssembly|UnloadAssembly( <assembly> )]] -- Unload a .NET DLL from a variable
 
* [[Core Function GetMethod|GetMethod( <assembly/method>, <namespace>, <class>, <method>, <paramdefs> )]] -- Load an instance of a method and its container class into a variable to be able to call it (Or get other methods from a previously obtained method class)
 
* [[Core Function Invoke|Invoke( <method>, <params> )]] -- Call the function obtained from GetMethod()
 
 
* [[Core Function System|System( <expression> )]] -- Execute system command
 
* [[Core Function System|System( <expression> )]] -- Execute system command
 
* [[Core Function Run|Run( <file>, <arguments>, <workdir>, <flag>, <show options> )]] -- Runs an external program
 
* [[Core Function Run|Run( <file>, <arguments>, <workdir>, <flag>, <show options> )]] -- Runs an external program

Revision as of 21:46, 18 September 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
Type Checking


Get Type Directly

Binary Data Management Functions

Binary Memory Stream Management Functions

Math Functions

String Functions

CharPtr Functions

Note the Fixed statement is tied directly with CharPtr

Array Functions

Array Pointer Functions

Linq (Integrated Language Query) 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

Time & Date 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