Difference between revisions of "All Classes and more"

From GiderosMobile
m (preparing to fill the lua part God's willing)
(added missing lua classes)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__TOC__
 +
 
= LUA Reference =
 
= LUA Reference =
'''TO DO'''
+
{{Special:PrefixIndex/(global)}}
 +
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
 +
*[[assert|assert]]
 +
*[[collectgarbage|collectgarbage]]
 +
*[[dofile|dofile]]
 +
*[[error|error]]
 +
*[[getfenv|getfenv]]
 +
*[[getmetatable|getmetatable]]
 +
*[[ipairs|ipairs]]
 +
*[[loadfile|loadfile]]
 +
*[[loadstring|loadstring]]
 +
*[[next|next]]
 +
*[[pairs|pairs]]
 +
*[[pcall|pcall]]
 +
*[[print|print]]
 +
*[[rawequal|rawequal]]
 +
*[[rawget|rawget]]
 +
*[[rawset|rawset]]
 +
*[[require|require]]
 +
*[[setfenv|setfenv]]
 +
*[[setmetatable|setmetatable]]
 +
*[[tonumber|tonumber]]
 +
*[[tostring|tostring]]
 +
*[[type|type]]
 +
*[[unpack|unpack]]
 +
*[[xpcall|xpcall]]
 +
</div>
 +
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
 +
*[[_G|_G]]
 +
*[[_VERSION|_VERSION]]
 +
</div>
 +
{{Special:PrefixIndex/coroutine}}
 +
{{Special:PrefixIndex/debug}}
 +
{{Special:PrefixIndex/file}}
 +
{{Special:PrefixIndex/int64}}
 +
{{Special:PrefixIndex/io}}
 +
{{Special:PrefixIndex/math}}
 +
{{Special:PrefixIndex/os}}
 +
{{Special:PrefixIndex/package}}
 +
{{Special:PrefixIndex/string}}
 +
{{Special:PrefixIndex/table}}
 +
{{Special:PrefixIndex/utf8}}
 +
{{Special:PrefixIndex/zlib}}
 
----
 
----
  
Line 79: Line 123:
  
  
== PLUGINS Reference ==
+
= PLUGINS Reference =
 
----
 
----
 
{{Special:PrefixIndex/Ads}}
 
{{Special:PrefixIndex/Ads}}
Line 133: Line 177:
 
{{Special:PrefixIndex/TTS}}
 
{{Special:PrefixIndex/TTS}}
 
----
 
----
{{Special:PrefixIndex/VirtualPad}}
+
{{Special:PrefixIndex/CTNTVirtualPad}}
 
----
 
----

Revision as of 18:47, 7 December 2020

LUA Reference



API Reference






































PLUGINS Reference