Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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 December 2024
|
N 14:01 | KillPedTask 3 changes history +1,132 [Prox (3×)] | |||
|
14:01 (cur | prev) −13 Prox talk contribs (→Example) | ||||
|
13:59 (cur | prev) +7 Prox talk contribs (→See Also: minor fix for client not shared) | ||||
N |
|
13:58 (cur | prev) +1,138 Prox talk contribs (killPedTask adding latest functions) |
N 02:01 | OnShutdown diffhist +734 FileEX talk contribs (Created page with "__NOTOC__ {{Server event}} {{New feature/item|3.161|1.6.0|22837|This event is triggered when the server is about to be stopped using the server console or the shutdown function.}} ==Parameters== <syntaxhighlight lang="lua"> resource theResource, string reason </syntaxhighlight> *'''theResource:''' The resource that stops the server using the shutdown function. If the server is being stopped from the console, the '''resource''' is set to '''nil'''. *'''reaso...") |
N 01:52 | TestSphereAgainstWorld diffhist +3,194 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.161|1.6.0|22837| The function checks whether there is an object within the given radius and returns information about it. The function works similarly to processLineOfSight, but instead of a straight line, it operates based on the specified radius, forming a sphere.}} ==Syntax== Return values labelled for ease of reference. <syntaxhighlight lang="lua"> bool -- hit element -- hitElement floa...") |