Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Math Functions)
(Function Reference)
Line 38: Line 38:
 
* [[Core Function ACos|ACos( <expression> )]] -- Calculates the arcCosine of a number
 
* [[Core Function ACos|ACos( <expression> )]] -- Calculates the arcCosine of a number
 
* [[Core Function ASin|ASin( <expression> )]] -- Calculates the arcsine of a number
 
* [[Core Function ASin|ASin( <expression> )]] -- Calculates the arcsine of a number
 +
 +
==== File Functions ====
 +
* [[Core Function FileOpen|FileOpen( <expression>, <expression>, <expression> )]] -- Opens a text file for reading or writing
 +
* [[Core Function FileClose|FileClose( <file> )]] -- Closes a previously opened file
 +
* [[Core Function FileWrite|FileWrite( <file>, <expression> )]] -- Write text to previously opened text file at the current File Steam pointer location
 +
* [[Core Function FileWriteLine|FileWriteLine( <file>, <expression> )]] -- Append a line of text to the end of a previously opened text file
 +
* [[Core Function FileSeek|FileSeek( <file>, <expression>, <expression> )]] -- Change the POSITION of the File Stream pointer
 +
* [[Core Function FilePOS|FilePOS( <file> )]] -- Get the current POSITION of the File Stream pointer
 +
* [[Core Function FileRead|FileRead( <file>, <expression> )]] -- Read a number of characters from a previously opened text file starting from current File Steam pointer location
 +
* [[Core Function FileReadLine|FileReadLine( <file>, <expression> )]] -- Read a line of text from a previously opened text file
  
 
==== Misc Functions ====
 
==== Misc Functions ====

Revision as of 08:48, 9 November 2011

Contents

Function Reference

User Functions

Core Functions

Console Functions

Variable Type Conversions

Common Variable Functions

Math Functions

File Functions

Misc Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox