Lua Help: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer Found a better description of Lua |
>Mr Doom Bringer Added Second catagory. This will be fun to fill up. I'll add a template for it later. |
||
Line 12: | Line 12: | ||
See the official [http://www.lua.org Lua website] and the [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Wikipedia] article for more information. | See the official [http://www.lua.org Lua website] and the [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Wikipedia] article for more information. | ||
=Basic Lua= | |||
{| width=100% | {| width=100% | ||
| | | | ||
Line 26: | Line 28: | ||
|'''[[Full Codes]]'''<br><small>Entire codes that have been released to be used in whatever. | |'''[[Full Codes]]'''<br><small>Entire codes that have been released to be used in whatever. | ||
|} | |||
=Function/Class reference= | |||
{| width=100% | |||
| | |||
{| cellspacing=5 cellpadding=5 border=0 width=100% style="background-color: #fdd; border: 2px dashed #f00;" | |||
|width=48|{{CatImage || image=LuaCode.png | link=Function Dump | width=48px | height=48px }} | |||
|'''[[Function Dump]]'''<br><small>Most of the functions currently available in Roblox Lua. | |||
|width=48|{{CatImage || image=LuaCode.png | link=Class reference | width=48px | height=48px }} | |||
|'''[[Class reference]]'''<br><small>The main classes in Roblox Lua | |||
|} | |} |
Revision as of 04:15, 30 January 2007
Lua is a versatile, interpreted programming language with a simple grammar. Because Lua can easily be embedded into applications, it is frequently used in games, such as World of Warcraft, Far Cry and Baldur's Gate. Lua is used in Roblox by users to add in customized content, like cars that drive, new weapons, etc. See the official Lua website and the Wikipedia article for more information.
Basic Lua
|