Garry's Mod Wiki

Revision Difference

References#513009

Listed below are documents and sites that have helpful information about coding in Lua. If you ever become confused about something in Lua, check out one of these sources for help. ## Official Lua References * [Programing in Lua](http://www.lua.org/pil/index.html#0). * [Lua Reference Manual](http://www.lua.org/manual/5.2/). * [Lua Documentation](http://www.lua.org/docs.html). ## Garry's Mod Lua GitHub This is the base Lua code that is included in the official release of Garry's Mod. It's identical to the lua code found in the garrysmod folder on a fresh installation. * [Garry's Mod](http://github.com/Facepunch/garrysmod) ## Unofficial Lua References <span style="color: red;">**These sources could possibly be: Inaccurate, Outdated, or Obsolete.**</span> The following references were not published by the Lua Development Team, but by other sources. * [Gmod 12 Wiki Lua Articles](http://maurits.tv/data/garrysmod/wiki/wiki.garrysmod.com/index3be2.html). Some of the information here is outdated now because of Gmod 13. ## Other Resources * [Ideone.com](http://ideone.com/). A script checker that supports Lua. However, it will not recognize Gmod-Specific commands & Variables.