Deletion log
From Sputnik Wiki
Below is a list of the most recent deletions.(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 22:42, 5 March 2021 UberFoX (Talk | contribs) deleted "Core Function VPrintf" (content was: "<pre> VPrintf( <format control>, <params>... ) </pre> === Description === Print a formatted string (similar to the C printf() function) using an array as the pa..." (and the only contributor was "UberFoX"))
- 09:59, 19 September 2015 UberFoX (Talk | contribs) deleted "Core Function ReadMem" (content was: "<pre> ReadMem( < Caption / PID >, <Class>, <Address>, <defs>, <size> ) ReadMem( < Caption / PID >, <Class>, <Address>, <size> ) </pre> === Description === Read ..." (and the only contributor was "UberFoX"))
- 09:59, 19 September 2015 UberFoX (Talk | contribs) deleted "Core Function WriteMem" (content was: "<pre> WriteMem( < Caption / PID >, <Class>, <Address>, <value> ) </pre> === Description === Write a value to an address in an application's memory (Supports mul..." (and the only contributor was "UberFoX"))
- 09:54, 19 September 2015 UberFoX (Talk | contribs) deleted "Fixed" (content was: "= Using = === Description === Sets all the <ptr> variables to the memory address of all the <variable>. <pre> fixed( <ptr> = <variable>, .. ) { statements ..." (and the only contributor was "UberFoX"))
- 19:52, 18 September 2015 UberFoX (Talk | contribs) deleted "Core Function Compile" (content was: "<pre> Compile( <sourceCode>, <outputFile/outputType>, <includeDLLs>, <options> ) </pre> === Description === Compile C# source code into a DLL(or in ram) for use..." (and the only contributor was "UberFoX"))
- 07:23, 15 June 2015 UberFoX (Talk | contribs) deleted "Core Function SSSendBufferAppend" (content was: "<pre> SSSendBufferAppend( <message buffer>, <type>, <data> ) </pre> === Description === Add data to the buffer to send such as Strings etc. === Parameters === ..." (and the only contributor was "UberFoX"))
- 12:49, 14 June 2015 UberFoX (Talk | contribs) deleted "Core Function SSSendBufferCreate" (content was: "<pre> SSSendBufferCreate( <server/client> ) </pre> === Description === Create a new buffer to store data to send to the client/server. === Parameters === ====..." (and the only contributor was "UberFoX"))
- 12:45, 14 June 2015 UberFoX (Talk | contribs) deleted "@@If" (content was: "=== Description === Conditionally run statements. <pre> @@If(<expression>) { statements ... } Else @@If(expression-n) { else @@if statements ......" (and the only contributor was "UberFoX"))
- 13:45, 8 August 2014 UberFoX (Talk | contribs) deleted "Core Function Each" (content was: "<pre> Each( <array>, <index> ) </pre> === Description === Get hash key/value pair and return them as a 2 element array and each time the function is called get ..." (and the only contributor was "UberFoX"))
- 13:02, 8 August 2014 UberFoX (Talk | contribs) deleted "For As Loop" (content was: "= For As = === Description === Loop based on an expression. <pre> foreach( <expression> as <value> ) { statements ... } </pre> === Parameters === ===..." (and the only contributor was "UberFoX"))
- 13:01, 8 August 2014 UberFoX (Talk | contribs) deleted "For As Key Value Loop" (content was: "= For As Key Value = === Description === Loop based on an expression. <pre> foreach( <expression> as <key> => <value> ) { statements ... } </pre> === ..." (and the only contributor was "UberFoX"))
- 19:46, 6 August 2014 UberFoX (Talk | contribs) deleted "Core Function StrSub" (content was: "<pre> StrSub( <expression>, <start>, <end>, <replacement> ) </pre> === Description === Return part of a string or replace it === Parameters === ==== expressio..." (and the only contributor was "UberFoX"))
- 18:40, 5 August 2014 UberFoX (Talk | contribs) deleted "Core Function MatchDel" (content was: "<pre> MatchDel( <expression>, <charset>, <case> ) </pre> === Description === Delete all characters found in the charset from a string . === Parameters === ===..." (and the only contributor was "UberFoX"))
- 18:40, 5 August 2014 UberFoX (Talk | contribs) deleted "Core Function Match" (content was: "<pre> Match( <expression>, <charset>, <case> ) </pre> === Description === Check if a string contains only characters from a substring(charset). === Parameters ..." (and the only contributor was "UberFoX"))
- 10:54, 19 October 2013 UberFoX (Talk | contribs) deleted "Core Function MouseHookKill" (content was: "<pre> MouseHookKill( <ptr> ) </pre> === Description === Removes a previously set MouseHook. === Parameters === ==== ptr ==== A valid pointer to a MouseHook s..." (and the only contributor was "UberFoX"))
- 10:54, 19 October 2013 UberFoX (Talk | contribs) deleted "Core Function KeyHookKill" (content was: "<pre> KeyHookKill( <ptr> ) </pre> === Description === Removes a previously set MouseHook. === Parameters === ==== ptr ==== Pointer to a valid keyhook returne..." (and the only contributor was "UberFoX"))
- 14:02, 26 September 2013 UberFoX (Talk | contribs) deleted "Core Function Packx"
- 14:02, 26 September 2013 UberFoX (Talk | contribs) deleted "Core Function Unpackx"
- 09:52, 1 September 2013 UberFoX (Talk | contribs) deleted "Core Function Reset" (useless)
- 09:51, 1 September 2013 UberFoX (Talk | contribs) deleted "Core Function Prev" (useless)
- 09:51, 1 September 2013 UberFoX (Talk | contribs) deleted "Core Function Cur" (useless)
- 09:51, 1 September 2013 UberFoX (Talk | contribs) deleted "Core Function Next" (useless)
- 09:01, 31 August 2013 UberFoX (Talk | contribs) deleted "Core Function DLLCall" (content was: "under construction" (and the only contributor was "UberFoX"))
- 11:16, 27 August 2013 UberFoX (Talk | contribs) restored "Core Function Goto Label" (3 revisions restored: Joking maybe maybe not? We will see)
- 10:10, 27 August 2013 UberFoX (Talk | contribs) deleted "Core Function Goto Label" (Goto is lame)
- 19:46, 26 April 2012 UberFoX (Talk | contribs) deleted "Core Function Cls" (content was: "<pre> Cls( ) </pre> === Description === Clear all text from the console window. === Parameters === None === Return Value === None === Remarks === None. =..." (and the only contributor was "UberFoX"))
- 10:07, 28 March 2012 UberFoX (Talk | contribs) restored "Core Function GUIMsgFilter" (1 revision restored)
- 23:23, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GetVarGUIObjType" (content was: "<pre> GetVarGUIObjType( $variable ) </pre> === Description === Get the common object type of a variable (If it is a GUI object) === Parameters === ==== variab..." (and the only contributor was "UberFoX"))
- 18:40, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreate" (content was: "<pre> GUICreate( <Title>, <Width>, <Height>, <Left>, <Top> ) </pre> === Description === Create a GUI window. === Parameters === ==== Title ==== The text to be displayed as Title of window. ==== Width ==== The width of GUI window....")
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUIFont" (content was: "<pre> GUIFont( < font >, <setting>, <value> ) </pre> === Description === Change the style, size etc on a font object. === Parameters === ==== font ==== A fon..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateFont" (content was: "<pre> GUICreateFont( <name>, <size>, <style> ) </pre> === Description === Create a new font for use on buttons etc. === Parameters === ==== name ==== A valid..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUIMsgFilter" (content was: "<pre> GUIMsgFilter( <gui>, <command> ) </pre> === Description === Use a function to recieve all messages windows sends to the GUI window (HWND, MSG, WPARAM, LPA..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUITabSheet" (content was: "<pre> GUITabSheet( <tabsheet> ) </pre> === Description === Properties & Functions specifically for Tab Sheet === Parameters === ==== tabsheet ==== The TabShe..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUIDataGrid" (content was: "<pre> GUIDataGrid( <datagrid> ) </pre> === Description === Properties & Functions specifically for Data Grid === Parameters === ==== datagrid ==== The DataGr..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUITimerStop" (content was: "<pre> GUITimerStop( <timer> ) </pre> === Description === Stops specified timer === Parameters === ==== timer ==== The Timer GUI object to use. === Return Va..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUITimerStart" (content was: "<pre> GUITimerStart( <timer> ) </pre> === Description === Starts specified timer === Parameters === ==== timer ==== The Timer GUI object to use. === Return ..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUIPropInvoke" (content was: "<pre> GUIPropInvoke( <gui/gui object>, <method> ) </pre> === Description === Invoke a method of the GUI/GUIObject such as Focus(). === Parameters === ==== gui..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUISetProp" (content was: "<pre> GUISetProp( <gui object>, <prop>, <value> ) </pre> === Description === Set the value of a GUI objects property. === Parameters === ==== gui object ==== ..." (and the only contributor was "UberFoX"))
- 18:38, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUIGetProp" (content was: "<pre> GUIGetProp( <gui object>, <prop> ) -- Get the value of a GUI objects property </pre> === Description === Links an event to a GUI or GUI Object. === Param..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUILink" (content was: "<pre> GUILink( <gui/guiobject>, <linktype>, <function> ) </pre> === Description === Links an event to a GUI or GUI Object. === Parameters === ==== GUI/GUI Object ==== The GUI or GUI Object the event is for. ==== LinkType ==== The ...")
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateTabSheet" (content was: "<pre> GUICreateTabSheet( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a TabSheet === Parameters === ==== gui/..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateDataGrid" (content was: "<pre> GUICreateDataGrid( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a Data Grid control === Parameters === ..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateGroupBox" (content was: "<pre> GUICreateGroupBox( <gui/container>, <name>, <text>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a GroupBox === Parameters === =..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateButton" (content was: "<pre> GUICreateButton( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a Button === Parameters === ==== gui/cont..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateTextBox" (content was: "<pre> GUICreateTextBox( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a TextBox === Parameters === ==== gui/co..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateTextBoxEx" (content was: "<pre> GUICreateTextBoxEx( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a Multi-line TextBox === Parameters ===..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreatePassword" (content was: "<pre> GUICreateTextBox( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a TextBox === Parameters === ==== gui/co..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateLabel" (content was: "<pre> GUICreateLabel( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a Label === Parameters === ==== gui/contai..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateCheckBox" (content was: "<pre> GUICreateCheckBox( <gui/container>, <name>, <left>, <top>, <width>, <height> ) </pre> === Description === Create a CheckBox === Parameters === ==== gui/..." (and the only contributor was "UberFoX"))
- 18:37, 12 December 2011 UberFoX (Talk | contribs) deleted "Core Function GUICreateTimer" (content was: "<pre> GUICreateTimer( <gui/container>, <name>, <interval> ) </pre> === Description === Create a timer === Parameters === ==== gui/container ==== The GUI obje..." (and the only contributor was "UberFoX"))