Deletion log

Jump to navigation Jump to search

Below is a list of the most recent deletions.

Logs
  • 16:24, 21 October 2023 Dutchman101 talk contribs deleted page GetAlivePlayers (Client) (content was: "{{Delete|getAlivePlayers does the job}} {{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function returns all the alive players by a client side, so you can store them into a Gridlist or something like that, faster. ==Syntax== <syntaxhighlight lang="lua">table getAlivePlayers()</syntaxhighlight> ==Code== <section name="Function source" class="client" show="true"> <syntaxhighlight lang="lua">function getAlivePlayers() local alivePlayers = { } for i...")