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
15 October 2024
13 October 2024
6 September 2024
|
m 22:18 | Template:Client event functions 2 changes history −95 [FileEX (2×)] | |||
m |
|
22:18 (cur | prev) −177 FileEX talk contribs (Use new template) | |||
m |
|
15:27 (cur | prev) +82 FileEX talk contribs |
15:29 | Template:Event functions diffhist +668 FileEX talk contribs (Rework) |
17 August 2024
|
13:47 | GetEventHandlers 2 changes history +369 [Prox (2×)] | |||
|
13:47 (cur | prev) −1 Prox talk contribs (→Example: typo) | ||||
m |
|
13:45 (cur | prev) +370 Prox talk contribs (→Example: add client side exmaple) |
31 July 2024
m 13:51 | Template:Client other events diffhist +68 FileEX talk contribs |
N 13:49 | OnClientCoreCommand diffhist +657 FileEX talk contribs (Created page with "__NOTOC__ {{Client event}} {{New feature/item|3.0161|1.6.0|22649| This event is triggered when a built-in client command is used, check Client Commands.}} ==Parameters== <syntaxhighlight lang="lua"> string command </syntaxhighlight> *'''command:''' The command that was executed. ==Example== This example outputs the name of the command used. <syntaxhighlight lang="lua"> addEventHandler("onClientCoreCommand", localPlayer, function(cmd) outputChatBox("Core command...") |