All public logs

From Nomad DB

Combined display of all available logs of Nomad DB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:44, 5 October 2020 User account Deewarz talk contribs was created by Jan talk contribs
  • 16:06, 5 October 2020 User account Szymon talk contribs was created by Jan talk contribs
  • 11:20, 3 August 2020 Jan talk contribs moved page Timer.Createx to Timer.Create without leaving a redirect
  • 11:20, 3 August 2020 Jan talk contribs moved page Timer.Create to Timer.Createx without leaving a redirect
  • 11:19, 3 August 2020 Jan talk contribs created page Timer.Simple (Created page with "Creates a simple unnamed Timer which is executed once after the time has elapsed. == Syntax == <syntaxhighlight lang="lua"> timer.Simple(duration, callback[, ...]) </syntaxhi...")
  • 11:17, 3 August 2020 Jan talk contribs created page Timer.RemoveIfExists (Created page with "Safely removes a named timer which was created by timer.Create. This function does not work with simple timers. == Syntax == <syntaxhighlight lang="lua"> timer.RemoveIfEx...")
  • 11:15, 3 August 2020 Jan talk contribs created page Timer.Remove (Created page with "Removes a named timer which was created by timer.Create. This function does not work with simple timers. {{Warning|This function causes an error if a timer with the given...")
  • 11:11, 3 August 2020 Jan talk contribs created page Timer.Create (Created page with "Creates a Timer, which executes a callback after the time has elapsed. The timer can also function as an interval, meaning that the callback is invoked multiple times or indef...")
  • 22:36, 2 August 2020 Jan talk contribs created page D3d.World2Screen (Created page with "Translates 3d-world coordinates to 2d-coordinates on the screen. {{Warning|This function can only be called from inside OnRender event!}} ==Syntax...")
  • 22:21, 2 August 2020 Jan talk contribs created page D3d.DrawRect (Created page with "Draws a rectangle on the screen. The color is set using d3d.SetColor. {{Warning|This function can only be called from inside OnRender event!}}...")
  • 22:19, 2 August 2020 Jan talk contribs created page D3d.MeasureText (Created page with "Returns the measurements (width, height) of a text string. Font is set using d3d.SetFont. The measurements can be used to align text (like centering) within rectangles. {...")
  • 22:17, 2 August 2020 Jan talk contribs created page D3d.DrawText (Created page with "Draws text onto the screen at the given position. Font is set using d3d.SetFont and the text color in d3d.SetColor. If you want to measure the text size before renderi...")
  • 22:14, 2 August 2020 Jan talk contribs created page D3d.SetFont (Created page with "Sets the current font for any text rendering or measurements. {{Warning|This function can only be called from inside OnRender event!}} == Syntax =...")
  • 22:13, 2 August 2020 Jan talk contribs created page D3d.SetColor (Created page with "Sets the current rendering color for shapes and text. {{Warning: This function can only be called from inside OnRender event!}} == Syntax == <synt...")
  • 22:11, 2 August 2020 Jan talk contribs created page WD2 ScriptHook: Rendering (Created page with "With ScriptHook 1.2, it is possible to render custom shapes and text onto the screen. For this purpose, ScriptHook provides ''d3d'' functions which can be called from inside t...") Tag: Visual edit
  • 22:09, 2 August 2020 Jan talk contribs created page Event: Script:OnRender (Created page with "In this context, rendering onto the screen is possible. This is the only legal place to call d3d Functions. {{WD2SH:ScriptEvent}} == Usage == <syntaxhighlight lang="lua"> On...")
  • 21:59, 2 August 2020 Jan talk contribs created page File:UISimpleTextInput.png
  • 21:59, 2 August 2020 Jan talk contribs uploaded File:UISimpleTextInput.png
  • 21:59, 2 August 2020 Jan talk contribs created page UI.SimpleTextInput (Created page with "Shows a UI dialog which allows the user to enter text. The input can be confirmed by pressing Enter, the dialog can be closed with ESC key. == Syntax == <syntaxhighlight lang...")
  • 12:25, 2 August 2020 Jan talk contribs created page ScriptHook.EntityHasComponent (Created page with "Checks if the given Entity has a Entity Component. {{Warning|The component name is case-sensitive!}} If you need to get a list of components to a giv...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)