All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:41, 22 October 2024 LopSided talk contribs created page IsBrowserGPUEnabled (Created page with "__NOTOC__ {{Client function}} This function checks if the client has the "Enable GPU rendering" setting enabled, which allows the usage of things like WebGL in browsers. ==Syntax== <syntaxhighlight lang="lua"> bool isBrowserGPUEnabled() </syntaxhighlight> {{OOP||Element/Browser|gpuEnabled}} ===Returns=== Returns ''true'' if the client has browser GPU rendering enabled, ''false'' otherwise. ==See Also== {{CEF_functions}}")
- 03:43, 13 October 2024 LopSided talk contribs created page TestCustomVars (Created page with "Current skin: {{CURRENT_SKIN}} {{#ifeq: {{CURRENT_SKIN}} | darkvector | Congrats, you're using the best skin! }}")
- 21:47, 12 October 2024 LopSided talk contribs created page User:LopSided (Created page with "{{CurrentSkin}}")
- 21:44, 12 October 2024 LopSided talk contribs created page Template:CurrentSkin (Created page with "<div id='current-skin-value></div>")
- 20:53, 3 April 2024 LopSided talk contribs uploaded File:7dfJyoO6 2x.jpg
- 20:53, 3 April 2024 LopSided talk contribs created page File:7dfJyoO6 2x.jpg
- 13:51, 27 November 2023 LopSided talk contribs created page OnPlayerTriggerEventThreshold (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22311|This event is triggered when a player exceeds the maximum threshold for events via triggerServerEvent.}} ==Parameters== None ==Source== The source of this event is the player who exceeded the threshold. ===Canceling=== Canceling this event has no effect. ==Example== <syntaxhighlight lang="lua"> function start() setServerConfigSetting("player_triggered_event_inte...")
- 16:42, 12 October 2023 LopSided talk contribs created page SetDiscordRichPresenceEndTime (Created page with "__NOTOC__ {{Client function}} {{Important Note|To use this function, you must set up your own application setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| This function sets the remaining time of Discord Rich Presence. }} ==Syntax== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceEndTime(int seconds) </syntaxhighlight> {{OOP||DiscordRPC:setEndTime}} ===Required arguments=== *'''seconds''': an integer representing the number of seconds...")
- 06:37, 12 October 2023 LopSided talk contribs created page SetDiscordRichPresencePartySize (Created page with "__NOTOC__ {{Client function}} {{Important Note|To use this function, you must set up your own application setDiscordApplicationID}} {{Note|For the party size to be displayed, the state must be set setDiscordRichPresenceState}} {{New feature/item|3.0161|1.6.0|22270| This function sets the party size of Discord Rich Presence. }} ==Syntax== <syntaxhighlight lang="lua"> bool setDiscordRichPresencePartySize(int size, int max) </syntaxhighlight> {{OOP||DiscordRPC...")
- 06:35, 12 October 2023 LopSided talk contribs created page SetDiscordRichPresenceStartTime (Created page with "__NOTOC__ {{Client function}} {{Important Note|To use this function, you must set up your own application setDiscordApplicationID}} {{New feature/item|3.0161|1.6.0|22270| This function sets the elapsed time of Discord Rich Presence. }} ==Syntax== <syntaxhighlight lang="lua"> bool setDiscordRichPresenceStartTime(int seconds) </syntaxhighlight> {{OOP||DiscordRPC:setDetails}} ===Required arguments=== *'''seconds''': an integer representing the number of seconds...")
- 22:39, 25 December 2022 LopSided talk contribs created page GetChatboxCharacterLimit (Initial contents)
- 22:36, 25 December 2022 LopSided talk contribs created page SetChatboxCharacterLimit (Initial contents)
- 15:06, 8 October 2022 LopSided talk contribs created page IsMTAWindowFocused (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.5.9|21313| This function returns whether the MTA window is focused or not.}} ==Syntax== <syntaxhighlight lang="lua"> bool isMTAWindowFocused() </syntaxhighlight> ===Returns=== Returns ''true'' if the focus is on the MTA window, ''false'' if not. ==Example== This example prints the window focus state to debug output upon usage of the command (''focused'') <syntaxhighlight lang="lua"> function getWindowFocus()...")
- 14:52, 11 September 2022 LopSided talk contribs created page IsCapsLockEnabled (Created page with "{{Client function}} ==Syntax== <syntaxhighlight lang="lua"> bool isCapsLockEnabled() </syntaxhighlight> ===Returns=== Returns ''true'' if caps lock is toggled (on), ''false'' otherwise. ==Example== <syntaxhighlight lang="lua">function checkCaps() iprint(isCapsLockEnabled(), getTickCount()) end addCommandHandler("caps", checkCaps)</syntaxhighlight> ==See Also== {{Input functions}}")
- 23:23, 8 April 2022 LopSided talk contribs created page SvgGetUpdateCallback (Add svgGetUpdateCallback page)
- 23:21, 8 April 2022 LopSided talk contribs created page SvgSetUpdateCallback (Add svgSetUpdateCallback page)
- 17:59, 26 September 2021 LopSided talk contribs created page SvgSetSize (Initial page creation)
- 17:53, 26 September 2021 LopSided talk contribs created page SvgSetDocumentXML (Initial page creation)
- 17:52, 26 September 2021 LopSided talk contribs created page Svg (Initial page creation)
- 17:48, 26 September 2021 LopSided talk contribs created page SvgGetSize (Initial page creation)
- 17:45, 26 September 2021 LopSided talk contribs created page SvgGetDocumentXML (Initial page creation)
- 17:37, 26 September 2021 LopSided talk contribs created page SvgCreate (Initial page creation)
- 16:34, 26 September 2021 LopSided talk contribs created page Template:SVG functions (Created page with "{{Added feature/item|1.5.9|1.5.8|20979| *svgCreate *svgGetDocumentXML *svgGetSize *svgSetDocumentXML *svgSetSize }} <noinclude>Category:Functions templat...")
- 15:23, 20 September 2021 LopSided talk contribs created page OnPlayerResourceStart (Initial page creation)
- 18:16, 17 March 2018 User account LopSided talk contribs was created