Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Below are the changes since 13 May 2024, 21:06 (up to 50 shown). (Reset date selection)
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Show my edits | Hide bots | Hide minor edits
Show new changes starting from 23:58, 27 May 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

27 May 2024

N    15:37  Template:Legacy‎‎ 3 changes history +349 [FileEX‎ (3×)]
 m   
15:37 (cur | prev) +137 FileEX talk contribs (MessageBox)
 m   
12:41 (cur | prev) +42 FileEX talk contribs
N    
12:36 (cur | prev) +170 FileEX talk contribs (Created page with "'''NOTE:''' This page describes the current implementation. For older versions check <includeonly>[[{{{1}}}|legacy version]]</includeonly> Category:Utility templates")
     15:30 Upload log FileEX talk contribs uploaded File:Dialog-info.png(Dialog info icon)
     14:04  DxDrawMaterialPrimitive3D‎‎ 3 changes history +417 [FileEX‎; TEDERIs‎ (2×)]
 m   
14:04 (cur | prev) −2,286 FileEX talk contribs
     
04:41 (cur | prev) −9 TEDERIs talk contribs
     
04:29 (cur | prev) +2,712 TEDERIs talk contribs
N    14:03  Legacy/dxDrawMaterialPrimitive3D diffhist +6,110 FileEX talk contribs (Legacy version)
 m   13:46  CreateBuilding diffhist 0 Beence58 talk contribs (required arguments fix)
     13:34  DxDrawPrimitive3D‎‎ 3 changes history +442 [FileEX‎; TEDERIs‎ (2×)]
 m   
13:34 (cur | prev) −1,199 FileEX talk contribs
     
04:41 (cur | prev) −9 TEDERIs talk contribs
     
04:32 (cur | prev) +1,650 TEDERIs talk contribs
N    13:33  Legacy/dxDrawPrimitive3D diffhist +2,174 FileEX talk contribs (Legacy version)
     13:31  DxDrawMaterialSectionLine3D‎‎ 2 changes history +423 [FileEX‎; TEDERIs‎]
 m   
13:31 (cur | prev) −1,668 FileEX talk contribs
     
04:17 (cur | prev) +2,091 TEDERIs talk contribs
N    13:31  Legacy/dxDrawMaterialSectionLine3D diffhist +3,387 FileEX talk contribs (Legacy version)
     13:28  DxDrawMaterialLine3D‎‎ 3 changes history +418 [FileEX‎; TEDERIs‎ (2×)]
 m   
13:28 (cur | prev) −1,383 FileEX talk contribs
     
04:15 (cur | prev) −2 TEDERIs talk contribs
     
04:15 (cur | prev) +1,803 TEDERIs talk contribs
N    13:27  Legacy/dxDrawMaterialLine3D diffhist +2,865 FileEX talk contribs (Legacy version)
     12:51  DxDrawLine3D‎‎ 2 changes history +390 [FileEX‎; TEDERIs‎]
 m   
12:51 (cur | prev) −1,223 FileEX talk contribs (Legacy version)
     
04:12 (cur | prev) +1,613 TEDERIs talk contribs
     12:49 Move log FileEX talk contribs moved page DxDrawLine3D legacy to Legacy/DxDrawLine3D
N    12:48  DxDrawLine3D legacy diffhist +2,374 FileEX talk contribs (Legacy versions)
 m   12:36  Template:OptionalArg diffhist +32 FileEX talk contribs (Add category)

26 May 2024

 m   23:08  Template:PT-BR/Added feature/item diffhist +6 Lettify talk contribs
 m   18:37  OnClientRender‎‎ 2 changes history +28 [Nico834‎ (2×)]
 m   
18:37 (cur | prev) +3 Nico834 talk contribs (Revert "onClientRender instead of onClientPreRender" (Mistake))
 m   
18:36 (cur | prev) +25 Nico834 talk contribs (onClientRender instead of onClientPreRender)
 m   16:58  ResetPedVoice diffhist −71 Tracer talk contribs (Fixed all related issues) Tag: Manual revert
N    16:58  GetAccountType‎‎ 2 changes history +1,292 [Tracer‎ (2×)]
 m   
16:58 (cur | prev) +93 Tracer talk contribs (Added issue note)
N    
10:30 (cur | prev) +1,199 Tracer talk contribs (Created page with "__NOTOC__ {{Server function}} {{New feature/item|3.0161|1.6.0|22470|This function returns an account type.}} ==Syntax== <syntaxhighlight lang="lua"> string getAccountType ( account theAccount ) </syntaxhighlight> {{OOP|This function is a static function underneath the Account class.|Account.getType||}} ===Required Arguments=== *'''theAccount:''' An account you want to get info from ===Returns=== Returns ''string'' containing the type of the account if t...")
 m   15:53  Template:Client object functions diffhist −71 FileEX talk contribs
 m   15:52  Template:Shared object functions diffhist +63 FileEX talk contribs (isObjectMoving)
N    12:12  PathIsDirectory diffhist +1,630 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==...")
N    12:10  String.repeat diffhist +943 Tracer talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function repeats a substring n times. ==Syntax== <syntaxhighlight lang="lua"> string string.repetition ( string what, int n ) </syntaxhighlight> ===Required Arguments=== * '''what''': String you want to repeat * '''n''': Number of times you want the string to repeat ===Returns=== Returns repeated string ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.repetition(what, n)...")
     12:02  Template:Useful Functions‎‎ 3 changes history +410 [Tracer‎ (3×)]
     
12:02 (cur | prev) +116 Tracer talk contribs (Added new function: `string.repeat`)
     
11:22 (cur | prev) +137 Tracer talk contribs (Added `string.startsWith`)
     
10:42 (cur | prev) +157 Tracer talk contribs (Added String functions)
N    11:32  PathIsFile diffhist +861 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a file.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsFile ( string path ) </syntaxhighlight> {{OOP||path:isFile}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a file, '''false''' otherwise. ==Example== <section name="Share...")
N    11:25  String.startsWith diffhist +842 Tracer talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function checks if a string starts with other string. ==Syntax== <syntaxhighlight lang="lua"> bool string.startsWith ( string prefix ) </syntaxhighlight> ===Required Arguments=== * '''suffix''': Prefix you want to check your string against ===Returns=== Returns true if string starts with a prefix, false otherwise. ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.startsWith...")
N    11:20  PathListDir‎‎ 2 changes history +1,638 [Tracer‎ (2×)]
 m   
11:20 (cur | prev) +7 Tracer talk contribs (Fixed `See also` section)
N    
11:20 (cur | prev) +1,631 Tracer talk contribs (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470| Reads a specified directory and returns all entries inside of it. }} ==Syntax== <syntaxhighlight lang="lua"> table pathListDir ( string path ) </syntaxhighlight> {{OOP||path:listDir}} ===Required Arguments=== *'''path:''' A string containing a path you want to get entries from ===Returns=== Returns table with all entries in a specified directory. ==Example== <section name="Client" clas...")
N    10:48  String.endsWith diffhist +871 Tracer talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function checks if a string ends with other string. ==Syntax== <syntaxhighlight lang="lua"> bool string.endsWith ( string suffix ) </syntaxhighlight> ===Required Arguments=== * '''suffix''': Suffix you want to check your string against ===Returns=== Returns true if string ends with a suffix, false otherwise. ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string:endsWith(suffix)...")
N    10:33  Template:Shared path functions diffhist +182 Tracer talk contribs (Created page with "<ul> {{New items|3.0161|1.6.0| <li>pathListDir</li> <li>pathIsFile</li> <li>pathIsDirectory</li> |22470}} </ul> <noinclude> Category:Functions templates </noinclude>")
     10:32  Shared Scripting Functions diffhist +46 Tracer talk contribs (Added path functions)
N    10:03  OnAccountCreate‎‎ 2 changes history +810 [Tracer‎ (2×)]
 m   
10:03 (cur | prev) −1 Tracer talk contribs (Fixed a typo)
N    
10:01 (cur | prev) +811 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is created}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was created ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")
N    10:02  OnAccountRemove diffhist +833 Tracer talk contribs (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is removed}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was removed ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")