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 01:51, 23 June 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

22 June 2024

N    14:16  EngineSetPoolCapacity diffhist +505 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function changes the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineSetPoolCapacity( string pool, number capacity ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool * '''capacity ''': New size ===Returns=== '''true''' if the pool capacity was changed and '''false''' if not. Throws an error if the pool is invalid. {{Engine_pools}} ==S...")
N    14:11  EngineGetPoolCapacity diffhist +404 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolUsedCapacity diffhist +418 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the used capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolUsedCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The used capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")
N    14:08  EngineGetPoolDefaultCapacity diffhist +427 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|22471|This function returns the default capacity of the provided pool.}} ==Syntax== <syntaxhighlight lang="lua"> number engineGetPoolDefaultCapacity( string pool ) </syntaxhighlight> ===Required Arguments=== * '''pool''': Name of the pool ===Returns=== The default capacity of the provided pool as positive number {{Engine_pools}} ==See Also== {{Engine_functions}}")

20 June 2024

     15:29  OutputDebugString‎‎ 2 changes history −36 [Srslyyyy‎ (2×)]
     
15:29 (cur | prev) −35 Srslyyyy talk contribs (Remove new item template.)
     
14:55 (cur | prev) −1 Srslyyyy talk contribs (→‎Optional Arguments)

19 June 2024

 m   19:05  GuiGridListGetSelectedItem diffhist −527 Tracer talk contribs (Changed syntax)

17 June 2024

 m   12:44  PlaySound3D diffhist −136 Tracer talk contribs (Changed syntax)

12 June 2024

     11:17  GetVehicleType diffhist +86 Srslyyyy talk contribs (Replace to predefined variables.)

11 June 2024

 m   14:09  Template:Client Effects functions diffhist +65 FileEX talk contribs
N    13:57  FxCreateParticle‎‎ 2 changes history +2,195 [FileEX‎ (2×)]
 m   
13:57 (cur | prev) +40 FileEX talk contribs
N    
13:55 (cur | prev) +2,155 FileEX talk contribs (Created page with "__NOTOC__ {{Client function}} Creates the given particles of the specified color. Can be useful for creating flares, toxic fumes, reward effects, etc. ==Syntax== <syntaxhighlight lang="lua"> bool fxCreateParticle(string particle, float posX, float posY, float posZ, float dirX, float dirY, float dirZ, float r, float g, float b, float a [, bool randomizeColors = false, int count = 1, float brightness = 1.0, float size = 0.3, bool randomSizes = false, float life = 1.0 ]) <...")
 m   08:38  GetVehicleComponentPosition diffhist −90 Tracer talk contribs (Changed syntax from OOP to POP)