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).

Logs
  • 14:52, 1 February 2022 Synthetic talk contribs created page Math.average (Created page with "__NOTOC__ {{Useful Function}} This function returns the simple arithmetic mean of multiple numbers.<br> ==Syntax== <syntaxhighlight lang="lua">float math.average(...)</syntaxhighlight> ===Required Arguments=== * '''...''': Whole numbers. ==Code== <section name="Function source" class="both" show="true"> <syntaxhighlight lang="lua"> function math.average(...) if {...} then local aver = 0 for k,v in ipairs({...}) do aver = (aver + v)...")
  • 17:31, 8 October 2021 User account Synthetic talk contribs was created