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)

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)..."
  • 12:0212:02, 26 May 2024 diff hist +116 Template:Useful FunctionsAdded new function: `string.repeat`
  • 11:3211:32, 26 May 2024 diff hist +861 N PathIsFileCreated page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a file.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsFile ( string path ) </syntaxhighlight> {{OOP||path:isFile}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a file, '''false''' otherwise. ==Example== <section name="Share..."
  • 11:2511:25, 26 May 2024 diff hist +842 N String.startsWithCreated page with "{{Useful Function}} __NOTOC__ This function checks if a string starts with other string. ==Syntax== <syntaxhighlight lang="lua"> bool string.startsWith ( string prefix ) </syntaxhighlight> ===Required Arguments=== * '''suffix''': Prefix you want to check your string against ===Returns=== Returns true if string starts with a prefix, false otherwise. ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.startsWith..." current
  • 11:2211:22, 26 May 2024 diff hist +137 Template:Useful FunctionsAdded `string.startsWith`
  • 11:2011:20, 26 May 2024 diff hist +7 m PathListDirFixed `See also` section
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)