Talk:Data Types: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(data-types ~= userdata-types)
(No difference)

Revision as of 23:37, 3 June 2007

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)