Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Common Variable Functions)
(Variable Type Conversions)
Line 18: Line 18:
 
==== Variable Type Conversions ====
 
==== Variable Type Conversions ====
  
* [[Core Function Byte|Byte( <expression> )]] -- Returns the 8-bit integer (whole number) representation of an expression.
+
* [[Core Function char|char( <expression> )]] -- Returns the single letter representation of an expression.
* [[Core Function Int16|Int16( <expression> )]] -- Returns the 16-bit integer (whole number) representation of an expression.
+
* [[Core Function Byte|Byte( <expression> )]] -- Returns the unsigned 8-bit integer (whole number) representation of an expression.
* [[Core Function Int32|Int32( <expression> )]] (Alias: Int( $variable )) -- Returns the 32-bit integer (whole number) representation of an expression.
+
* [[Core Function SByte|SByte( <expression> )]] -- Returns the signed 8-bit integer (whole number) representation of an expression.
* [[Core Function Int64|Int64( <expression> )]] -- Returns the 64-bit integer (whole number) representation of an expression.
+
* [[Core Function Int16|Int16( <expression> )]] -- Returns the signed 16-bit integer (whole number) representation of an expression.
 +
* [[Core Function Int32|Int32( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression.
 +
* [[Core Function Int|Int( <expression> )]] -- Returns the signed 32-bit integer (whole number) representation of an expression.
 +
* [[Core Function Int64|Int64( <expression> )]] -- Returns the signed 64-bit integer (whole number) representation of an expression.
 +
* [[Core Function UInt16|UInt16( <expression> )]] -- Returns the unsigned 16-bit integer (whole number) representation of an expression.
 +
* [[Core Function UInt32|UInt32( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression.
 +
* [[Core Function UInt|UInt( <expression> )]] -- Returns the unsigned 32-bit integer (whole number) representation of an expression.
 +
* [[Core Function UInt64|UInt64( <expression> )]] -- Returns the nusigned 64-bit integer (whole number) representation of an expression.
  
 
* [[Core Function Float|Float( <expression> )]] -- Returns the 32-bit floating point representation of an expression.
 
* [[Core Function Float|Float( <expression> )]] -- Returns the 32-bit floating point representation of an expression.

Revision as of 21:58, 16 November 2011

Contents

Function Reference

Core Functions

Language Features

Console 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