Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Binary Data Management Functions)
(Type Checking)
Line 54: Line 54:
  
 
===== Type Checking =====
 
===== Type Checking =====
* [[Core Function isVarInt|isVarInt( $variable )]] -- Checks if a variable is an integer type
+
 
* [[Core Function isVarBinary|isVarBinary( $variable )]] -- Checks if a variable is a binary ype
+
* [[Core Function isVarChar|isVarChar( $variable )]] -- Checks if a variable is a char type
* [[Core Function isVarFloat|isVarFloat( $variable )]] -- Checks if a variable is a float type
+
* [[Core Function isVarByte|isVarByte( $variable )]] -- Checks if a variable is an unsigned 8-bit integer type
* [[Core Function isVarNumber|isVarNumber( $variable )]] -- Checks if a variable is a integer or float type
+
* [[Core Function isVarSByte|isVarSByte( $variable )]] -- Checks if a variable is an 8-bit integer type
 +
* [[Core Function isVarShort|isVarShort( $variable )]] -- Checks if a variable is an 16-bit integer type
 +
* [[Core Function isVarInt16|isVarInt16( $variable )]] -- Checks if a variable is an 16-bit integer type
 +
* [[Core Function isVarInt|isVarInt( $variable )]] -- Checks if a variable is an 32-bit integer type
 +
* [[Core Function isVarInt32|isVarInt32( $variable )]] -- Checks if a variable is an 32-bit integer type
 +
* [[Core Function isVarInt64|isVarInt64( $variable )]] -- Checks if a variable is an 64-bit integer type
 +
* [[Core Function isVarLong|isVarLong( $variable )]] -- Checks if a variable is an 64-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 isVarUInt|isVarUInt( $variable )]] -- Checks if a variable is an unsigned 32-bit integer type
 +
* [[Core Function isVarUInt32|isVarUInt32( $variable )]] -- Checks if a variable is an unsigned 32-bit integer type
 +
* [[Core Function isVarUInt64|isVarUInt64( $variable )]] -- Checks if a variable is an unsigned 64-bit integer type
 +
* [[Core Function isVarULong|isVarULong( $variable )]] -- Checks if a variable is an unsigned 64-bit integer type
 +
* [[Core Function isVarFloat|isVarFloat( $variable )]] -- Checks if a variable is a single precision floating point type
 +
* [[Core Function isVarDouble|isVarDouble( $variable )]] -- Checks if a variable is a double precision floating point type
 
* [[Core Function isVarString|isVarString( $variable )]] -- Checks if a variable is a string type
 
* [[Core Function isVarString|isVarString( $variable )]] -- Checks if a variable is a string type
 +
* [[Core Function isVarNumber|isVarNumber( $variable )]] -- Checks if a variable is a integer or float/double type
 +
* [[Core Function isVarBinary|isVarBinary( $variable )]] -- Checks if a variable is a binary type
 
* [[Core Function isVarRef|isVarRef( $variable )]] -- Check if a variable is an reference to another variable
 
* [[Core Function isVarRef|isVarRef( $variable )]] -- Check if a variable is an reference to another variable
 
* [[Core Function isVarArray|isVarArray( $variable )]] -- Check if a variable is an array
 
* [[Core Function isVarArray|isVarArray( $variable )]] -- Check if a variable is an array
* [[Core Function isVarObj|isVarObj( $variable )]] -- Check if a variable is an object type
+
* [[Core Function isVarObj|isVarObj( $variable, <type> )]] -- Check if a variable is an object type
* [[Core Function isVarClass|isVarClass( $variable )]] -- Check if a variable's object type is a class
+
* [[Core Function isVarStruct|isVarStruct( $variable, <type> )]] -- Check if a variable's object type is a struct
* [[Core Function isVarStruct|isVarStruct( $variable )]] -- Check if a variable's object type is a struct
+
* [[Core Function isVarClass|isVarClass( $variable, <type> )]] -- Check if a variable's object type is a class
 
* [[Core Function isVarType|isVarType( $variable, <type> )]] -- Check if a variable is a given type name
 
* [[Core Function isVarType|isVarType( $variable, <type> )]] -- Check if a variable is a given type name
  

Revision as of 16:17, 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