Talk:Data Types

From Multi Theft Auto: Wiki
Revision as of 23:37, 3 June 2007 by Jbeta (talk | contribs) (data-types ~= userdata-types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

data-types ~= userdata-types

Not that this listing isn't helpful, but some correctness would help keep things clear, even if we aren't publishing this page.

Strictly speaking, these aren't Lua datatypes - Lua does only have a number type, not int / float, and all "special" types from MTA belong in Lua's userdata type. Other true Lua datatypes as functions, tables, threads and nil aren't mentioned here.

Seems there are a few more non-element kinds of MTA userdata, such as timers and resources. Also, GUI elements could probably be renamed to GUI objects or widgets to avoid confusion.

--jbeta 18:37, 3 June 2007 (CDT)