Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(GUI Functions)
Line 288: Line 288:
 
===== Dialogs =====
 
===== Dialogs =====
 
* [[Core Function FolderSelectDialog|FolderSelectDialog ( <text>, <dir>, <flag>, <init dir> )]] -- Initiates a Browse For Folder Dialog
 
* [[Core Function FolderSelectDialog|FolderSelectDialog ( <text>, <dir>, <flag>, <init dir> )]] -- Initiates a Browse For Folder Dialog
 +
 +
==== Network Functions ====
 +
 +
===== MySQL Functions =====
 +
* [[Core Function MySQLConnect|MySQLConnect( <not available> )]] -- Connect to a MySQL database
 +
* [[Core Function MySQLSelectDB|MySQLSelectDB( <not available> )]] -- Select a database
 +
* [[Core Function MySQLQuery|MySQLQuery( <not available> )]] -- Execute a query
 +
* [[Core Function MySQLFill|MySQLFill( <not available> )]] -- Grab a table or parts of it from the Database
 +
* [[Core Function MySQLFetch|MySQLFetch( <not available> )]] -- Fetch the next row from a table
 +
* [[Core Function MySQLFetchReset|MySQLFetchReset( <not available> )]] -- Reset the current position in the table rows to 0
 +
* [[Core Function MySQLFields|MySQLFields( <not available> )]] -- Return how many Fields are in the table
 +
* [[Core Function MySQLRows|MySQLRows( <not available> )]] -- Return how many Rows are in the table
 +
* [[Core Function MySQLClose|MySQLClose( <not available> )]] -- Close a MySQL connection
 +
 +
===== Sputnik Client/Server Functions =====
 +
* [[Core Function SSApprove|SSApprove( <not available> )]] -- Approve a client to connect to the server
 +
* [[Core Function SSDisapprove|SSDisapprove( <not available> )]] -- Disapprove a client to connect to the server
 +
* [[Core Function SSClientStatus|SSClientStatus( <not available> )]] -- Get the status of a client or of our client
 +
* [[Core Function SSConnect|SSConnect( <not available> )]] -- Connect to a server
 +
* [[Core Function SSListen|SSListen( <not available> )]] -- Begin listening for clients to connect
 +
* [[Core Function SSRecv|SSRecv( <not available> )]] -- Check for a message recieved from client/server
 +
* [[Core Function SSRead|SSRead( <not available> )]] -- Read data from a message
 +
* [[Core Function SSDrop|SSDrop( <not available> )]] -- Kick a client off the server
 +
* [[Core Function SSSendBufferCreate|SSSendBufferCreate( <not available> )]] -- Create a new buffer to store data to send to the client/server
 +
* [[Core Function SSSendBufferAppend|SSSendBufferAppend( <not available> )]] -- Add data to the buffer to send such as Strings etc
 +
* [[Core Function SSSend|SSSend( <not available> )]] -- Send data to client or server
  
 
==== GUI Functions ====
 
==== GUI Functions ====

Revision as of 10:37, 1 December 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

Network Functions

MySQL Functions
Sputnik Client/Server Functions

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