Lua

From SOPWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 07:31, 13 September 2007 (edit)
Drunken F00l (Talk | contribs)
(New page: == Lua in SourceOP 0.9 == The Lua support in SourceOP 0.9 is very limited and disabled by default. There is not much that you can do. Added Lua support will be included in future versions ...)
← Previous diff
Current revision (08:43, 21 January 2008) (edit) (undo)
Drunken F00l (Talk | contribs)
(Added about lua and reference section)
 
Line 1: Line 1:
== Lua in SourceOP 0.9 == == Lua in SourceOP 0.9 ==
The Lua support in SourceOP 0.9 is very limited and disabled by default. There is not much that you can do. Added Lua support will be included in future versions of SourceOP. The Lua support in SourceOP 0.9 is very limited and disabled by default. There is not much that you can do. Added Lua support will be included in future versions of SourceOP.
 +
 +'''The following information about Lua applies to future versions of SourceOP and is not active in the current release version.'''
 +
 +{{CatPrev|Main Page}}
 +
 +== About Lua ==
 +Lua is a powerful, fast, light-weight, embeddable scripting language. Because it is robust, simple, fast, portable, and free, Lua has been [http://www.lua.org/uses.html embedded into many applications and games] including World of Warcraft and Garry's Mod.
 +
 +SourceOP uses the Lua scripting language to allow developers the ability to modify, add, or remove features.
 +
 +You can find more information about Lua by visiting the [http://www.lua.org/ official website] as well as [http://en.wikipedia.org/wiki/Lua_(programming_language) its article on Wikipedia].
 +
 +== Lua Reference ==
 +{{CatStart}}
 +{{CatItem|Lua.png|Lua Tutorials|Lua Tutorials|Lua tutorials for beginners}}
 +|
 +{{CatItem|Lua.png|Lua Sample Code|Lua Sample Code|Useful and common pieces of code}}
 +|-
 +{{CatItem|Lua.png|Lua Hooks|Lua Hooks|Events that are hookable with hook.Add}}
 +|
 +{{CatItem|Lua.png|Lua Library Functions|Lua Library Functions|A listing of all library and class functions}}
 +|-
 +{{CatItem|Lua.png|Lua Global Functions|Lua Global Functions|A listing of all global functions}}
 +|}

Current revision

[edit] Lua in SourceOP 0.9

The Lua support in SourceOP 0.9 is very limited and disabled by default. There is not much that you can do. Added Lua support will be included in future versions of SourceOP.

The following information about Lua applies to future versions of SourceOP and is not active in the current release version.

Main Page Previous category:
Main Page

[edit] About Lua

Lua is a powerful, fast, light-weight, embeddable scripting language. Because it is robust, simple, fast, portable, and free, Lua has been embedded into many applications and games including World of Warcraft and Garry's Mod.

SourceOP uses the Lua scripting language to allow developers the ability to modify, add, or remove features.

You can find more information about Lua by visiting the official website as well as its article on Wikipedia.

[edit] Lua Reference

Lua Tutorials Lua Tutorials
Lua tutorials for beginners
Lua Sample Code Lua Sample Code
Useful and common pieces of code
Lua Hooks Lua Hooks
Events that are hookable with hook.Add
Lua Library Functions Lua Library Functions
A listing of all library and class functions
Lua Global Functions Lua Global Functions
A listing of all global functions
Personal tools