User contributions for Tracer

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

22 June 2024

19 June 2024

17 June 2024

11 June 2024

9 June 2024

8 June 2024

6 June 2024

3 June 2024

1 June 2024

31 May 2024

26 May 2024

  • 16:5816:58, 26 May 2024 diff hist −71 m ResetPedVoiceFixed all related issues current Tag: Manual revert
  • 16:5816:58, 26 May 2024 diff hist +93 m GetAccountTypeAdded issue note
  • 12:1212:12, 26 May 2024 diff hist +1,630 N PathIsDirectoryCreated page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==..."
  • 12:1012:10, 26 May 2024 diff hist +943 N String.repeatCreated page with "{{Useful Function}} __NOTOC__ This function repeats a substring n times. ==Syntax== <syntaxhighlight lang="lua"> string string.repetition ( string what, int n ) </syntaxhighlight> ===Required Arguments=== * '''what''': String you want to repeat * '''n''': Number of times you want the string to repeat ===Returns=== Returns repeated string ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.repetition(what, n)..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)