Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Function Reference)
(Multithreading Functions)
Line 21: Line 21:
 
* [[Core Function ThreadSleep|ThreadSleep( <name> )]] -- Freeze a thread and make it sleep
 
* [[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 ThreadResume|ThreadResume( <name> )]] -- Unfreeze a thread and allow it to continue execution
 +
* [[Core Function ThreadState|ThreadState( <name> )]] -- Returns state of a thread (Sleeping, Running)
 
* [[Core Function ThreadKill|ThreadKill( <name> )]] -- Terminate a thread and remove it from the script
 
* [[Core Function ThreadKill|ThreadKill( <name> )]] -- Terminate a thread and remove it from the script
 
* [[Core Function Threads|Threads( )]] -- Return an array of all threads
 
* [[Core Function Threads|Threads( )]] -- Return an array of all threads

Revision as of 02:41, 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