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.
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
25 June 2022
|
m 18:43 | Table.toString 3 changes history +584 [Tracer (3×)] | |||
m |
|
18:43 (cur | prev) +318 Tracer talk contribs (Changed syntax) | |||
m |
|
18:25 (cur | prev) +40 Tracer talk contribs (Changed syntax) | |||
m |
|
18:25 (cur | prev) +226 Tracer talk contribs (Changed function) |
m 17:50 | Template:Useful Functions diffhist −128 Tracer talk contribs (removed "table.toStringArray") |
23 June 2022
N 10:56 | SetVehicleHandlingFromText diffhist +2,479 Alex7202 talk contribs (Created page with "{{Useful Function}} ==Syntax== <syntaxhighlight lang="lua">vehicle setVehicleHandlingFromText( element vehicle, string handling)</syntaxhighlight> ===Required Arguments=== * '''vehicle''': The vehicle that needs to be installed handling. * '''handling''': Text of handling. ==Code== <section name="Server side Script" class="server" show="true"> <syntaxhighlight lang="lua"> local countHandlingTable = { [1] = "mass", [2] = "turnMass", [3] = "dragCoeff", [4] = "centerOf...") |
10:53 | Template:Useful Functions diffhist +137 Alex7202 talk contribs (→Vehicle functions) |
21 June 2022
|
N 15:25 | CreateRectangle3D 3 changes history +2,218 [Hydra (3×)] | |||
|
15:25 (cur | prev) 0 Hydra talk contribs | ||||
|
15:25 (cur | prev) 0 Hydra talk contribs | ||||
N |
|
15:25 (cur | prev) +2,218 Hydra talk contribs (Created page with "{{Useful Function}} __NOTOC__ This function draws a 3d rectangle on the player screen. * '''NOTE:''' only CLIENT-SIDE. ==Syntax== <syntaxhighlight lang="lua">bool CreateRectangle3D ( float x, float y, float width, float height, int color, float rx, float ry, float rz )</syntaxhighlight> ===Required Arguments=== * '''X:''' Screen X position. * '''Y:''' Screen Y position. * '''WIDTH:''' The width of the rectangle. * '''HEIGHT:''' The height of the rectangle. ===Option...") |
15:13 | Template:Useful Functions diffhist +151 Hydra talk contribs (→Drawing functions) |