New pages
From Sputnik Wiki
- 18:46, 19 September 2015 Core Function StrTr (hist) [1,944 bytes] UberFoX (Talk | contribs) (Created page with "<pre> StrTr( <str>, <from>, <to> ) StrTr( <str>, <replace_pairs> ) </pre> === Description === If given three arguments, this function returns a copy of str where all occurrence...")
- 10:14, 19 September 2015 Core Function TrimToNull (hist) [720 bytes] UberFoX (Talk | contribs) (Created page with "<pre> TrimToNull( <string> ) </pre> === Description === Strip all zero chars (nulls) from the end of a string. === Parameters === ==== string ==== The string to trim. === R...")
- 12:06, 17 September 2015 Core Function InStrRev (hist) [2,390 bytes] UberFoX (Talk | contribs) (Created page with "<pre> InStrRev( <string>, <substirng>, <casesense>, <occurrence>, <start>, <length> ) </pre> === Description === Same as InStr() but searches from left to right instead of righ...")
- 08:01, 15 September 2015 Core Function HasFlagAny (hist) [857 bytes] UberFoX (Talk | contribs) (Created page with "<pre> HasFlag( <enumInst>, <flags>... ) </pre> === Description === Check if any flag is enabled in a given enum instance. === Parameters === ==== enumInst ==== Instance of ...")
- 07:49, 15 September 2015 Core Function SetFlag (hist) [1,374 bytes] UberFoX (Talk | contribs) (Created page with "<pre> SetFlag( <enumInst>, <flag/flags>, <state> ) </pre> === Description === Enable or Disable a flag (or array of flags) in a given enum instance. === Parameters === ==== ...")
- 07:48, 15 September 2015 Core Function HasFlag (hist) [3,241 bytes] UberFoX (Talk | contribs) (Created page with "<pre> HasFlag( <enumInst>, <flag/flags> ) </pre> === Description === Check if a flag (or array of flags) is enabled in a given enum instance. === Parameters === ==== enumInst...")
- 10:33, 14 September 2015 Core Function BinaryConcat (hist) [1,602 bytes] UberFoX (Talk | contribs) (Created page with "<pre> BinaryConcat( <destination/array>, <values> ) </pre> === Description === Mass append a ton of Binary variables in an extremely fast and efficient way. === Parameters ===...")
- 22:07, 4 September 2015 Core Function OffsetCalc (hist) [1,315 bytes] UberFoX (Talk | contribs) (Created page with "<pre> OffsetCalc( <size>, <start>, <length> ) </pre> === Description === Calculate the START and LENGTH of an array index. === Parameters === ==== size ==== The size of the ...")
- 21:59, 4 September 2015 Core Function DiffCalc (hist) [1,712 bytes] UberFoX (Talk | contribs) (Created page with "<pre> DiffCalc( <first>, <second>, <useDouble> ) </pre> === Description === Calculate the difference between two values and return the diff type Same/Add/Sub with a raw diff wh...")
- 12:55, 23 June 2015 Core Function VarList (hist) [5,013 bytes] UberFoX (Talk | contribs) (Created page with "<pre> VarList( <varScope/class> ) </pre> === Description === Obtain information on all variables that exist in a given scope or class. ==== <varScope/class> ==== A variable s...")
- 12:39, 22 June 2015 Preprocessor (hist) [6,568 bytes] UberFoX (Talk | contribs) (Created page with "= Preprocessor = === Description === The Sputnik preprocessor scans source files and changes them based on special # defined stuff such as #if before sending the source to the ...")
- 09:59, 21 June 2015 Core Function Unserialize (hist) [500 bytes] UberFoX (Talk | contribs) (Created page with "<pre> Unserialize( <string> ) </pre> === Description === Convert a string (Created with Serialize()) into its original variable/class/array etc. === Parameters === ==== strin...")
- 09:57, 21 June 2015 Core Function Serialize (hist) [3,451 bytes] UberFoX (Talk | contribs) (Created page with "<pre> Serialize( <variable> ) </pre> === Description === Convert a variable, array, class etc a string you can save to file or transfer over the internet. === Parameters === ...")
- 09:43, 21 June 2015 Core Function LineInfo (hist) [1,141 bytes] UberFoX (Talk | contribs) (Created page with "<pre> LineInfo( ) </pre> === Description === Get a vast amount of *behind the scene* information the current line of source code being executed. === Return Value === Success:...")
- 09:32, 21 June 2015 Core Function ClassInfo (hist) [8,270 bytes] UberFoX (Talk | contribs) (Created page with "<pre> ClassInfo( <class-name> ) </pre> === Description === Get a vast amount of *behind the scene* information on a class and its functions, properties and so on. ==== class-n...")
- 09:29, 21 June 2015 Core Function FunctionInfo (hist) [1,804 bytes] UberFoX (Talk | contribs) (Created page with "<pre> FunctionInfo( <function-name> ) </pre> === Description === Get a vast amount of *behind the scene* information on a function. ==== function-name ==== The function name ...")
- 10:59, 18 June 2015 Core Function GetRelativePath (hist) [801 bytes] UberFoX (Talk | contribs) (Created page with "<pre> GetRelativePath( <Path1>, <path2> ) </pre> === Description === Try makes a path relative to another. === Parameters === ==== path1 : pathToWhichToMakeRelativeTo ==== T...")
- 10:38, 18 June 2015 Core Function FileAppendLines (hist) [1,305 bytes] UberFoX (Talk | contribs) (Created page with "<pre> FileAppendLines( <file>, <array>, <lineBreak>, <useAscii> ) </pre> === Description === Append an array of lines to the end of previously opened file. === Parameters === ...")
- 10:30, 18 June 2015 Core Function FileWriteLines (hist) [1,749 bytes] UberFoX (Talk | contribs) (Created page with "<pre> FileWriteLines( <file>, <array>, <lineBreak>, <useAscii> ) </pre> === Description === Write an array of lines to previously opened file at the current File Steam pointer ...")
- 09:19, 18 June 2015 Core Function FileReadText (hist) [1,123 bytes] UberFoX (Talk | contribs) (Created page with "<pre> FileReadText( <file>, <format>, <length> ) </pre> === Description === Read text from a file opened by FileOpenText() using the format and length params . === Parameters ...")
- 09:16, 18 June 2015 Core Function FileOpenText (hist) [1,047 bytes] UberFoX (Talk | contribs) (Created page with "<pre> FileOpenText( <filename> ) </pre> === Description === Opens a file for reading only (text files only) . === Parameters === ==== filename ==== Name of the text file to...")
- 07:25, 15 June 2015 Core Function SSBufferPut (hist) [886 bytes] UberFoX (Talk | contribs) (Created page with "<pre> SSBufferPut( <netBuffer>, <type>, <data> ) </pre> === Description === Add data to a net buffer. === Parameters === ==== <netBuffer> ==== The net buffer to write to. =...")
- 06:28, 15 June 2015 Core Function SSBufferNew (hist) [745 bytes] UberFoX (Talk | contribs) (Created page with "<pre> SSBufferNew( <nothing/server/client> ) </pre> === Description === Create a new net buffer to store data to send to the client/server. === Parameters === ==== <nothing/...")