User contributions
From Sputnik Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:04, 2 December 2011 (diff | hist) N Core Function Log10 (Created page with "<pre> Log10( <expression> ) </pre> === Description === Returns the common (base-10) logarithm of a specified number === Parameters === ==== expression ==== Any valid numeric...") (top)
- 16:02, 2 December 2011 (diff | hist) Core Function Log (top)
- 15:59, 2 December 2011 (diff | hist) N Core Function Log (Created page with "<pre> Log( <expression> ) </pre> === Description === Returns the logarithm of a specified number. === Parameters === ==== expression ==== Any valid numeric expression. === ...")
- 15:59, 2 December 2011 (diff | hist) N Core Function Cosh (Created page with "<pre> Cosh( <expression> ) </pre> === Description === Returns the hyperbolic cosine of the specified angle. === Parameters === ==== expression ==== Any valid numeric express...") (top)
- 15:56, 2 December 2011 (diff | hist) Function Reference (→Math Functions)
- 15:54, 2 December 2011 (diff | hist) Core Function Ceiling
- 15:53, 2 December 2011 (diff | hist) N Core Function Cos (Created page with "<pre> Cos( <expression> ) </pre> === Description === Calculates the cosine of a number. === Parameters === ==== expression ==== Value in radians. === Return Value === Ret...") (top)
- 15:52, 2 December 2011 (diff | hist) Function Reference (→String Functions)
- 14:14, 2 December 2011 (diff | hist) N Core Function Repeat (Created page with "<pre> Repeat( <expression>, <count>, <flag> ) </pre> === Description === Create a new string or new array containing repeats of a string provided. === Parameters === ==== exp...") (top)
- 14:09, 2 December 2011 (diff | hist) N Core Function EndsWith (Created page with "<pre> EndsWith( <expression>, <expression2>, <flag> ) </pre> === Description === Check if a string ends with a substring. === Parameters === ==== expression ==== The string ...") (top)
- 14:08, 2 December 2011 (diff | hist) N Core Function StartsWith (Created page with "<pre> StartsWith( <expression>, <expression2>, <flag> ) </pre> === Description === Check if a string starts with a substring. === Parameters === ==== expression ==== The str...") (top)
- 14:05, 2 December 2011 (diff | hist) N Core Function Right (Created page with "<pre> Right( <expression>, <count> ) </pre> === Description === Returns a number of characters from the right-hand side of a string. === Parameters === ==== expression ==== ...") (top)
- 14:04, 2 December 2011 (diff | hist) N Core Function Left (Created page with "<pre> Left( <expression>, <count> ) </pre> === Description === Returns a number of characters from the left-hand side of a string. === Parameters === ==== expression ==== Th...") (top)
- 13:56, 2 December 2011 (diff | hist) N Core Function Replace (Created page with "<pre> Replace( <expression>, <find>, <replace>, <case-sensitive-flag>, <count> ) </pre> === Description === Replace substrings within a string with other strings. === Paramete...") (top)
- 13:42, 2 December 2011 (diff | hist) User Function (→General Examples)
- 13:41, 2 December 2011 (diff | hist) User Function (→General Examples)
- 13:20, 2 December 2011 (diff | hist) Core Function Goto Label (→Remarks)
- 13:19, 2 December 2011 (diff | hist) N Core Function Goto Label (Created page with "<pre> Goto Label; & Label: </pre> === Description === Jump to another section of the script === Remarks === This is not a universal *jump to anyhting you can see* it can only...")
- 13:17, 2 December 2011 (diff | hist) Function Reference (→Language Features)
- 13:04, 2 December 2011 (diff | hist) N Core Function DirExists (Created page with "<pre> DirExists ( <path> ) </pre> === Description === Determines whether the given path refers to an existing directory on disk. === Parameters === ==== path ==== The path t...") (top)
- 13:04, 2 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 13:00, 2 December 2011 (diff | hist) N Core Function RMDir (Created page with "<pre> RMDir ( <path>, <flag> ) </pre> === Description === Deletes the specified directory and, if indicated, any subdirectories in the directory. === Parameters === ==== path...") (top)
- 13:00, 2 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 12:59, 2 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 12:56, 2 December 2011 (diff | hist) N Core Function MKDir (Created page with "<pre> MKDir ( <path> ) </pre> === Description === Creates all directories and subdirectories as specified by path. === Parameters === ==== path ==== The path to use. === Re...") (top)
- 12:55, 2 December 2011 (diff | hist) Function Reference (→Directory Functions)
- 12:37, 2 December 2011 (diff | hist) N Core Function Colour (Created page with "<pre> Colour( <name> ) </pre> === Description === Get the INT value of a given colours name. ==== name ==== The name of the colour, See Remarks for a list. === Return Value ...")
- 12:35, 2 December 2011 (diff | hist) Function Reference (→Misc Functions)
- 12:34, 2 December 2011 (diff | hist) GUI GetSet Prop Example Colour (→Example)
- 12:19, 2 December 2011 (diff | hist) GUI GetSet Prop Example Colour (→Example)
- 12:05, 2 December 2011 (diff | hist) Function Reference (→Hash (Dictionary) Functions)
- 11:54, 2 December 2011 (diff | hist) N Core Function isVarObj (Created page with "<pre> isVarObj( $variable, <type> ) </pre> === Description === Check if a variable is an object type (This includes classes, file handles etc). === Parameters === ==== variab...")
- 11:48, 2 December 2011 (diff | hist) N Core Function isVarChar (Created page with "<pre> isVarChar( $variable ) </pre> === Description === Checks if a variable is a char type. === Parameters === ==== variable ==== The variable to check. === Return Value =...")
- 11:48, 2 December 2011 (diff | hist) N Core Function isVarByte (Created page with "<pre> sVarByte( $variable ) </pre> === Description === Checks if a variable is a unsigned 8-bit integer type. === Parameters === ==== variable ==== The variable to check. =...")
- 11:48, 2 December 2011 (diff | hist) N Core Function isVarSByte (Created page with "<pre> sVarSByte( $variable ) </pre> === Description === Checks if a variable is a signed 8-bit integer type. === Parameters === ==== variable ==== The variable to check. ==...")
- 11:48, 2 December 2011 (diff | hist) N Core Function isVarShort (Created page with "<pre> isVarShort( $variable ) </pre> === Description === Checks if a variable is a signed 16-bit integer type. === Parameters === ==== variable ==== The variable to check. ...")
- 11:47, 2 December 2011 (diff | hist) N Core Function isVarInt16 (Created page with "<pre> isVarInt16( $variable ) </pre> === Description === Checks if a variable is a signed 16-bit integer type. === Parameters === ==== variable ==== The variable to check. ...")
- 11:47, 2 December 2011 (diff | hist) N Core Function isVarInt (Created page with "<pre> isVarInt( $variable ) </pre> === Description === Checks if a variable is a signed 32-bit integer type. === Parameters === ==== variable ==== The variable to check. ==...")
- 11:47, 2 December 2011 (diff | hist) N Core Function isVarInt32 (Created page with "<pre> isVarInt32( $variable ) </pre> === Description === Checks if a variable is a signed 32-bit integer type. === Parameters === ==== variable ==== The variable to check. ...")
- 11:46, 2 December 2011 (diff | hist) N Core Function isVarInt64 (Created page with "<pre> isVarInt64( $variable ) </pre> === Description === Checks if a variable is a signed 64-bit integer type. === Parameters === ==== variable ==== The variable to check. ...")
- 11:46, 2 December 2011 (diff | hist) N Core Function isVarLong (Created page with "<pre> sVarLong( $variable ) </pre> === Description === Checks if a variable is a signed 64-bit integer type. === Parameters === ==== variable ==== The variable to check. ==...")
- 11:45, 2 December 2011 (diff | hist) N Core Function isVarUShort (Created page with "<pre> isVarUShort( $variable ) </pre> === Description === Checks if a variable is an unsigned 16-bit integer type. === Parameters === ==== variable ==== The variable to chec...")
- 11:45, 2 December 2011 (diff | hist) N Core Function isVarUInt16 (Created page with "<pre> isVarUInt16( $variable ) </pre> === Description === Checks if a variable is an unsigned 16-bit integer type. === Parameters === ==== variable ==== The variable to chec...")
- 11:45, 2 December 2011 (diff | hist) N Core Function isVarUInt (Created page with "<pre> isVarUInt( $variable ) </pre> === Description === Checks if a variable is an unsigned 32-bit integer type. === Parameters === ==== variable ==== The variable to check....")
- 11:45, 2 December 2011 (diff | hist) N Core Function isVarUInt32 (Created page with "<pre> isVarUInt32( $variable ) </pre> === Description === Checks if a variable is an unsigned 32-bit integer type. === Parameters === ==== variable ==== The variable to chec...")
- 11:44, 2 December 2011 (diff | hist) N Core Function isVarUInt64 (Created page with "<pre> isVarUInt64( $variable ) </pre> === Description === Checks if a variable is an unsigned 64-bit integer type. === Parameters === ==== variable ==== The variable to chec...")
- 11:44, 2 December 2011 (diff | hist) N Core Function isVarULong (Created page with "<pre> isVarULong( $variable ) </pre> === Description === Checks if a variable is an unsigned 64-bit integer type. === Parameters === ==== variable ==== The variable to check...")
- 11:44, 2 December 2011 (diff | hist) N Core Function isVarFloat (Created page with "<pre> isVarFloat( $variable ) </pre> === Description === Checks if a variable is a single precision floating point type. === Parameters === ==== variable ==== The variable t...")
- 11:43, 2 December 2011 (diff | hist) N Core Function isVarDouble (Created page with "<pre> isVarDouble( $variable ) </pre> === Description === Checks if a variable is a double precision floating point type. === Parameters === ==== variable ==== The variable ...")
- 11:43, 2 December 2011 (diff | hist) N Core Function isVarClientSocket (Created page with "<pre> isVarClientSocket( $variable ) </pre> === Description === Check if a variable holds a Client socket object. === Parameters === ==== variable ==== The variable to check...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)