Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 07:50, 13 October 2024
   
Page name:
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

12 October 2024

N    22:12  SpawnVehicleFlyingComponent‎‎ 5 changes history +1,643 [FileEX‎ (5×)]
     
22:12 (cur | prev) +42 FileEX talk contribs
 m   
22:11 (cur | prev) +27 FileEX talk contribs (→‎Required Arguments)
 m   
19:38 (cur | prev) 0 FileEX talk contribs
 m   
19:02 (cur | prev) −35 FileEX talk contribs (→‎Required Arguments)
N    
19:01 (cur | prev) +1,609 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22771| This function creates a dynamic (motion-dependent) falling vehicle component.}} {{Note|The maximum number of components that can be created simultaneously is 150. Beyond this limit, no new components will be created until an existing component is removed and the count drops below 150.}} ==Syntax== <syntaxhighlight lang="lua"> bool spawnVehicleFlyingComponent(vehicle theVehicle, number nodeIndex [, num...")

11 October 2024

 m   06:43  GetVehicleEntryPoints diffhist +14 Qystishere talk contribs (Added the argument name for the vehicle to the function syntax)

8 October 2024

 m   10:08  CreateBuilding‎‎ 5 changes history +781 [Fernando187‎ (5×)]
 m   
10:08 (cur | prev) +79 Fernando187 talk contribs (new note)
 m   
09:56 (cur | prev) +38 Fernando187 talk contribs
 m   
09:55 (cur | prev) +68 Fernando187 talk contribs
 m   
09:51 (cur | prev) +421 Fernando187 talk contribs (fix note)
 m   
09:47 (cur | prev) +175 Fernando187 talk contribs (add note about dyn object model)

6 October 2024

N    17:03  DxListSetItemSelected diffhist +1,256 BR4 talk contribs (Created page with "__NOTOC__ {{Client function}} Esta función sirve para seleccionar una fila de articulos/items de una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxListSetItemSelected( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxList. * '''index'''...")
N    16:36  DxListGetItemSelected diffhist +1,319 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene el item y la row seleccionado de una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxListGetItemSelected(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxList creada. ===Retorna=== * '''valores int: ''' devuelve...")
N    15:42  DxScrollSetVertical diffhist +1,028 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el estilo de posición de la barra de desplazamiento creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetVertical(element element, bool valorSet)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. * ''...")
N    15:24  DxScrollSetCurrentPosition diffhist +941 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica la posición del boton de la barra de desplazamiento creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetCurrentPosition(element element, int valor)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. *...")
N    15:09  DxScrollGetCurrentPosition diffhist +1,059 BR4 talk contribs (Created page with " __NOTOC__ {{Client Function}} Esta funcion obtiene la posición de la barra de desplazamiento ya creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollGetCurrentPosition(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll creada. ===Retorna=== * ''...")
N    14:48  DxScrollSetColorButton‎‎ 2 changes history +1,273 [BR4‎ (2×)]
 m   
14:48 (cur | prev) 0 BR4 talk contribs
N    
14:48 (cur | prev) +1,273 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el color del boton para la barra de desplazamiento ya creada dxScroll. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxScrollSetColor(element element, int r, int g, int b, int a)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxScroll c...")
N    11:09  DxScroll diffhist +2,159 BR4 talk contribs (Created page with "__NOTOC__ {{Client function}} Esta función crea una barra de desplazamiento útil. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxScroll( int x, int y, int wh, bool vertical, [ element parent = nil, bool roundedScroll = false, int colorBackground = tocolor(25, 25, 35, 255), int colorBoton = tocolor(255, 255,...")
N    10:19  DxProgressBarSetColor diffhist +1,084 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica el color de la barra de progreso ya creada dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarSetColor(element element, int r, int g, int b, int a)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxProgressBar crea...")
N    10:01  DxProgressBarGetProgress diffhist +869 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene la posición de la barra de progreso actual del elemento dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarGetProgress(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': la dxProgressBar creada. ==Ejemp...")
N    09:47  DxProgressBarSetProgress‎‎ 4 changes history +1,049 [BR4‎ (4×)]
     
09:47 (cur | prev) +30 BR4 talk contribs
     
09:46 (cur | prev) +12 BR4 talk contribs
     
09:45 (cur | prev) +12 BR4 talk contribs
N    
09:44 (cur | prev) +995 BR4 talk contribs (Created page with "__NOTOC__ {{Client Function}} Esta funcion modifica la posición de la barra de progreso actual del elemento dxProgressBar. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxProgressBarSetProgress(element, progress)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxProgressBar creada. * '''...")
N    09:30  DxProgressBar diffhist +1,951 BR4 talk contribs (Created page with "__NOTOC__ {{Client function}} Esta función crea una barra de progreso útil. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxProgressBar( int x, int y, int w, int h, [ element parent = nil , bool roundedProgressBar = false, int colorBackground = tocolor(255, 255, 255, 255), int colorProgress = tocolor(255, 255...")
N    08:35  DxLabel diffhist +2,148 BR4 talk contribs (Created page with "__NOTOC__ {{Client function}} Esta función crea una etiqueta de texto DX. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxLabel( int x, int y, int w, int h, string texto, [ element parent = nil , string alignX = 'left', string alignY = 'top', int outline = nil, int colorText = tocolor(255, 255, 255, 255), int...")

5 October 2024

N    16:24  Dgs3DInterfaceProcessLineOfSight‎‎ 2 changes history +1,587 [Thisdp‎ (2×)]
     
16:24 (cur | prev) +4 Thisdp talk contribs (→‎Examples)
N    
16:23 (cur | prev) +1,583 Thisdp talk contribs (Created page with "{{Client function}} __NOTOC__ This function casts a ray through two points to the dgs 3d interface, and tells you information about the point that was hit, if any. ==Syntax== Return values labelled for ease of reference. <syntaxhighlight lang="lua"> bool -- hit float float float -- hitX, hitY, hitZ float float -- hitInterfaceX, hitInterfaceY dgs3DInterfaceProcessLineOfSight ( dgs-3dinterface interface,...")

2 October 2024

 m   13:34  IsPlayerCrosshairVisible diffhist +230 FileEX talk contribs (Update note)

1 October 2024

 m   23:00  InjectBrowserMouseDown diffhist +139 FileEX talk contribs (Add missing argument)

30 September 2024

N    19:16  IsPlayerCrosshairVisible diffhist +692 FileEX talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22751|This function checks if the local player has showing crosshair.}} {{Note|This function always returns true for '''spraycan''' and '''fire extinguisher'''.}} ==Syntax== <syntaxhighlight lang="lua">bool isPlayerCrosshairVisible()</syntaxhighlight> ===Returns=== Returns ''true'' if the player has the crosshair visible, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> function check() out...")
 m   11:57  SvgCreate diffhist −4 FileEX talk contribs Tag: Manual revert
     04:33  GetElementBoneQuaternion diffhist 0 Nico834 talk contribs (Add correct revision)
     04:32  SetElementBoneQuaternion‎‎ 5 changes history +289 [Nico834‎ (5×)]
     
04:32 (cur | prev) 0 Nico834 talk contribs (Add correct revision)
 m   
04:26 (cur | prev) 0 Nico834 talk contribs (Add some space)
     
04:25 (cur | prev) +289 Nico834 talk contribs (Add Cayley Q8 graph)
     
04:02 (cur | prev) −291 Nico834 talk contribs (Undo revision 80611 by Nico834 (talk)) Tag: Undo
     
04:02 (cur | prev) +291 Nico834 talk contribs

28 September 2024

 m   19:09  AR/isChatVisible diffhist +1 Prox talk contribs (should works with all game versions)
     13:24  SetTimeFrozen‎‎ 3 changes history +27 [Prox‎ (3×)]
 m   
13:24 (cur | prev) +7 Prox talk contribs (→‎Required arguments)
 m   
13:22 (cur | prev) +24 Prox talk contribs
     
13:21 (cur | prev) −4 Prox talk contribs (minor change)

25 September 2024

N    13:30  ResetWorldProperties‎‎ 2 changes history +1,802 [FileEX‎ (2×)]
 m   
13:30 (cur | prev) +1 FileEX talk contribs
N    
13:28 (cur | prev) +1,801 FileEX talk contribs (Created page with "__NOTOC__ {{Shared function}} {{New feature/item|3.0161|1.6.0|22741|This function resets all world properties to default.}} ==Syntax== <syntaxhighlight lang="lua">nil resetWorldProperties( [ bool rsetSpecialProperties = true, bool resetWorldProperties = true, bool resetWeatherProperties = true, bool resetLODs = true, bool resetSounds = true, bool resetGlitches = true, bool resetJetpackWeapons = true ] )</syntaxhighlight> ===Optional arguments=== {{OptionalArg}} * '''re...")

24 September 2024

 m   13:45  GetPedTotalAmmo diffhist −50 FileEX talk contribs (Update issues)

17 September 2024

 m   16:54  GetElementsByType diffhist +50 Prox talk contribs (→‎Required Arguments: added building)

16 September 2024

 m   20:54  SetElementBoneQuaternion‎‎ 2 changes history −60 [FileEX‎; Nico834‎]
 m   
20:54 (cur | prev) +2 Nico834 talk contribs (Add some fixes)
 m   
10:16 (cur | prev) −62 FileEX talk contribs (Stylistic corrections)
 m   10:18  GetElementBoneQuaternion diffhist −62 FileEX talk contribs (Stylistic corrections)