Lua Global Functions

From SOPWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:15, 16 June 2008 (edit)
Drunken F00l (Talk | contribs)
(Initial page)
← Previous diff
Revision as of 01:16, 16 June 2008 (edit) (undo)
Drunken F00l (Talk | contribs)
m (Fixed external link)
Next diff →
Line 1: Line 1:
Global functions are functions that do not belong to any libraries. You use them by simply typing their name followed by their parameters. Global functions are functions that do not belong to any libraries. You use them by simply typing their name followed by their parameters.
-Lua also includes several global functions which aren't included in this list. Visit [http://www.lua.org/manual/5.1/] for more help with Lua and Lua's included functions.+Lua also includes several global functions which aren't included in this list. Visit [http://www.lua.org/manual/5.1/ http://www.lua.org/manual/5.1/] for more help with Lua and Lua's included functions.
== Global Functions == == Global Functions ==

Revision as of 01:16, 16 June 2008

Global functions are functions that do not belong to any libraries. You use them by simply typing their name followed by their parameters.

Lua also includes several global functions which aren't included in this list. Visit http://www.lua.org/manual/5.1/ for more help with Lua and Lua's included functions.

Global Functions

Personal tools