Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(Function Reference)
Line 1: Line 1:
 
== Function Reference ==
 
== Function Reference ==
  
=== User Functions ===
 
 
=== Core Functions ===
 
=== Core Functions ===
  
Line 145: Line 144:
 
* [[Core Function Require|Require( <expression> )]] -- Includes a file in the current script.
 
* [[Core Function Require|Require( <expression> )]] -- Includes a file in the current script.
 
* [[Core Function Throw|Throw( <expression> )]] -- Throw an exception.
 
* [[Core Function Throw|Throw( <expression> )]] -- Throw an exception.
 +
 +
=== User Defined Functions ===
 +
 +
This functions are either a Namepace or a Class.
 +
 +
==== Namespaces ====
 +
 +
===== Str Require("String.spk") =====
 +
 +
* [[Namespace Str Function StrToHex|str.StrToHex( <expression> )]] -- Convert a string to a hex string
 +
* [[Namespace Str Function HexToStr|str.HexToStr( <expression> )]] -- Convert a hex string to a string
 +
 +
==== Classes ====
  
 
[[Category:Language Reference]]
 
[[Category:Language Reference]]

Revision as of 19:13, 11 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Math Functions

String Functions

Array Functions

File Functions

Text File Create/Read/Write Functions

Misc Functions

User Defined Functions

This functions are either a Namepace or a Class.

Namespaces

Str Require("String.spk")

Classes

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox