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
  • 23:19, 17 December 2021 Hydra talk contribs created page IsElementObject (Created page with "{{Useful_Function}} This function tells you if an element is an object or no. ==Syntax== <syntaxhighlight lang="lua">float isElementObject ( element theElement )</syntaxhighlight> ===Required Arguments=== *'''theElement:''' The element that you wish to check if is an object or no. ===Returns=== Returns an object. ==Code== <syntaxhighlight lang="lua"> function isElementObject(element) if isElement(element) and getElementType(element) == "object" then return e...")