Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Variable Type Conversions)
(Type Checking)
Line 59: Line 59:
 
* [[Core Function isVarChar|isVarChar( $variable )]] -- Checks if a variable is a char type
 
* [[Core Function isVarChar|isVarChar( $variable )]] -- Checks if a variable is a char type
 
* [[Core Function isVarByte|isVarByte( $variable )]] -- Checks if a variable is an unsigned 8-bit integer type
 
* [[Core Function isVarByte|isVarByte( $variable )]] -- Checks if a variable is an unsigned 8-bit integer type
* [[Core Function isVarSByte|isVarSByte( $variable )]] -- Checks if a variable is an 8-bit integer type
+
* [[Core Function isVarSByte|isVarSByte( $variable )]] -- Checks if a variable is a signed 8-bit integer type
* [[Core Function isVarShort|isVarShort( $variable )]] -- Checks if a variable is an 16-bit integer type
+
* [[Core Function isVarShort|isVarShort( $variable )]] -- Checks if a variable is a signed 16-bit integer type
* [[Core Function isVarInt16|isVarInt16( $variable )]] -- Checks if a variable is an 16-bit integer type
+
* [[Core Function isVarInt16|isVarInt16( $variable )]] -- Checks if a variable is a signed 16-bit integer type
* [[Core Function isVarInt|isVarInt( $variable )]] -- Checks if a variable is an 32-bit integer type
+
* [[Core Function isVarInt|isVarInt( $variable )]] -- Checks if a variable is a signed 32-bit integer type
* [[Core Function isVarInt32|isVarInt32( $variable )]] -- Checks if a variable is an 32-bit integer type
+
* [[Core Function isVarInt32|isVarInt32( $variable )]] -- Checks if a variable is a signed 32-bit integer type
* [[Core Function isVarInt64|isVarInt64( $variable )]] -- Checks if a variable is an 64-bit integer type
+
* [[Core Function isVarInt64|isVarInt64( $variable )]] -- Checks if a variable is a signed 64-bit integer type
* [[Core Function isVarLong|isVarLong( $variable )]] -- Checks if a variable is an 64-bit integer type
+
* [[Core Function isVarLong|isVarLong( $variable )]] -- Checks if a variable is a signed 64-bit integer type
 
* [[Core Function isVarUShort|isVarUShort( $variable )]] -- Checks if a variable is an unsigned 16-bit integer type
 
* [[Core Function isVarUShort|isVarUShort( $variable )]] -- Checks if a variable is an unsigned 16-bit integer type
 
* [[Core Function isVarUInt16|isVarUInt16( $variable )]] -- Checks if a variable is an unsigned 16-bit integer type
 
* [[Core Function isVarUInt16|isVarUInt16( $variable )]] -- Checks if a variable is an unsigned 16-bit integer type

Revision as of 16:25, 19 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Arrays
Type Checking

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