Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Misc Functions)
(Function Reference)
Line 15: Line 15:
 
* [[Core Function InputC|InputC( <expression> )]] -- Capture a char typed to console window
 
* [[Core Function InputC|InputC( <expression> )]] -- Capture a char typed to console window
 
* [[Core Function Cls|Cls( )]] -- Clear all text from the console window
 
* [[Core Function Cls|Cls( )]] -- Clear all text from the console window
 +
 +
==== Multithreading Functions ====
 +
 +
* [[Core Function ThreadCreate|ThreadCreate( <name>, <function> )]] -- Create a new thread and start it off executing a function
 +
* [[Core Function ThreadSleep|ThreadSleep( <name> )]] -- Freeze a thread and make it sleep
 +
* [[Core Function ThreadResume|ThreadResume( <name> )]] -- Unfreeze a thread and allow it to continue execution
 +
* [[Core Function ThreadKill|ThreadKill( <name> )]] -- Terminate a thread and remove it from the script
 +
* [[Core Function Threads|Threads( )]] -- Return an array of all threads
  
 
==== Variable Type Conversions ====
 
==== Variable Type Conversions ====

Revision as of 02:25, 18 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write 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