Difference between revisions of "Lua API"
From GiderosMobile
Line 2: | Line 2: | ||
Detailed information about the Luau language '''https://luau-lang.org/'''. | Detailed information about the Luau language '''https://luau-lang.org/'''. | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | ||
− | *[[(global)]] | + | *[[(global)]] |
− | *[[bit32]] | + | *[[bit32]] |
− | *[[coroutine]] | + | *[[coroutine]] |
− | *[[debug]] | + | *[[debug]] |
− | *[[file]] | + | *[[file]] |
− | *[[int64]] | + | *[[int64]] |
− | *[[io]] | + | *[[io]] |
− | *[[math]] | + | *[[math]] |
− | *[[os]] | + | *[[os]] |
− | *[[package]] | + | *[[package]] |
− | *[[string]] | + | *[[string]] |
− | *[[table]] | + | *[[table]] |
− | *[[utf8]] | + | *[[utf8]] |
− | *[[zlib]] | + | *[[zlib]] |
</div> | </div> | ||
== Gideros Luau Enhancements == | == Gideros Luau Enhancements == | ||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | <div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | ||
− | *[[Better and easier syntax for arrays]] | + | *[[Better and easier syntax for arrays]] |
− | *[[Binary Numbers]] | + | *[[Binary Numbers]] |
− | *[[Bitwise Operators]] | + | *[[Bitwise Operators]] |
− | *[[Integer Divide Operator]] | + | *[[Integer Divide Operator]] |
− | *[[Larger and Smaller Operators]] | + | *[[Larger and Smaller Operators]] |
− | *[[Loading Order of Lua Files]] | + | *[[Loading Order of Lua Files]] |
− | <!--*[[Macro Constants]] | + | <!--*[[Macro Constants]]--> |
− | <!--*[[Macro Functions]] | + | <!--*[[Macro Functions]]--> |
− | *[[Mutation Operators]] | + | *[[Mutation Operators]] |
− | *[[Octal Numbers]] | + | *[[Octal Numbers]] |
− | *[[Ternary Operator]] | + | *[[Ternary Operator]] |
− | *[[Trigonometry Conversion Operators]] | + | *[[Trigonometry Conversion Operators]] |
− | *[[Universal Bytecode]] | + | *[[Universal Bytecode]] |
</div> | </div> | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Latest revision as of 11:28, 26 August 2024
Luau API
Detailed information about the Luau language https://luau-lang.org/.
Gideros Luau Enhancements