Lua Global Functions

From SOPWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:16, 16 June 2008 (edit)
Drunken F00l (Talk | contribs)
m (Fixed external link)
← Previous diff
Current revision (01:27, 16 June 2008) (edit) (undo)
Drunken F00l (Talk | contribs)
m (Added previous page link. Fixed list to show function name only.)
 
Line 1: Line 1:
 +{{CatPrev|Lua}}
 +
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.
Line 4: Line 6:
== Global Functions == == Global Functions ==
-* [[G.CurTime]]+* [[G.CurTime|CurTime]]
-* [[G.Error]]+* [[G.Error|Error]]
-* [[G.include]]+* [[G.include|include]]
-* [[G.Msg]]+* [[G.Msg|Msg]]

Current revision

Lua Previous category:
Lua

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.

[edit] Global Functions

Personal tools