Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Multithreading Functions)
(Multithreading Functions)
Line 23: Line 23:
 
* [[Core Function ThreadState|ThreadState( <name> )]] -- Returns state of a thread
 
* [[Core Function ThreadState|ThreadState( <name> )]] -- Returns state of a thread
 
* [[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 ThreadExists|ThreadExists( <name> )]] -- Check if a thread exists by this name
 +
* [[Core Function ThreadName|ThreadName( )]] -- Returns the name of the current thread that is executing this code
 
* [[Core Function Threads|Threads( )]] -- Return an array of all threads
 
* [[Core Function Threads|Threads( )]] -- Return an array of all threads
  

Revision as of 14:58, 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