Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Console Functions)
(Function Reference)
Line 5: Line 5:
  
 
==== Console Functions ====
 
==== Console Functions ====
* [[Core Function Print|Print( $variable )]] -- Prints an expressions string value to the console window.
+
* [[Core Function Print|Print( <expression> )]] -- Prints an expressions string value to the console window.
* [[Core Function Println|Println( $variable )]] -- Prints an expressions string value to the console window and inserts a newline charactor at the end.
+
* [[Core Function Println|Println( <expression> )]] -- Prints an expressions string value to the console window and inserts a newline charactor at the end.
* [[Core Function Input|Input( $variable )]] -- Capture a string typed to console window.
+
* [[Core Function Input|Input( <expression> )]] -- Capture a string typed to console window.
* [[Core Function InputC|InputC( $variable )]] -- Capture a char typed to console window.
+
* [[Core Function InputC|InputC( <expression> )]] -- Capture a char typed to console window.
  
 
==== Variable Type Conversions ====
 
==== Variable Type Conversions ====
  
* [[Core Function Byte|Byte( $variable )]] -- Returns the 8-bit integer (whole number) representation of an expression.
+
* [[Core Function Byte|Byte( <expression> )]] -- Returns the 8-bit integer (whole number) representation of an expression.
* [[Core Function Int16|Int16( $variable )]] -- Returns the 16-bit integer (whole number) representation of an expression.
+
* [[Core Function Int16|Int16( <expression> )]] -- Returns the 16-bit integer (whole number) representation of an expression.
* [[Core Function Int32|Int32( $variable )]] (Alias: Int( $variable )) -- Returns the 32-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 Int64|Int64( $variable )]] -- Returns the 64-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 Float|Float( $variable )]] -- 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.
* [[Core Function Double|Double( $variable )]] -- Returns the 64-bit floating point representation of an expression.
+
* [[Core Function Double|Double( <expression> )]] -- Returns the 64-bit floating point representation of an expression.
* [[Core Function String|String( $variable )]] -- Returns the String representation of an expression.
+
* [[Core Function String|String( <expression> )]] -- Returns the String representation of an expression.
  
 
==== Common Variable Functions ====
 
==== Common Variable Functions ====
Line 34: Line 34:
  
 
==== Misc Functions ====
 
==== Misc Functions ====
* [[Core Function Return|Return( $variable )]] -- Returns a result from a Function.
+
* [[Core Function Return|Return( <expression> )]] -- Returns a result from a Function.
* [[Core Function Require|Require( $variable )]] -- Includes a file in the current script.
+
* [[Core Function Require|Require( <expression> )]] -- Includes a file in the current script.
  
 
[[Category:Language Reference]]
 
[[Category:Language Reference]]

Revision as of 03:41, 9 November 2011

Contents

Function Reference

User Functions

Core Functions

Console Functions

Variable Type Conversions

Common Variable Functions

Misc Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox