mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00:00
Move the Teal docs page out of Overview
This commit is contained in:
parent
463dcdb610
commit
b883cc5a1b
@ -12,4 +12,5 @@ OpenMW Lua scripting
|
|||||||
|
|
||||||
overview
|
overview
|
||||||
api
|
api
|
||||||
|
teal
|
||||||
|
|
||||||
|
@ -1,18 +1,14 @@
|
|||||||
Overview of Lua scripting
|
Overview of Lua scripting
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:hidden:
|
|
||||||
|
|
||||||
teal
|
|
||||||
|
|
||||||
Language and sandboxing
|
Language and sandboxing
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
OpenMW supports scripts written in Lua 5.1 with some extensions (see below) from Lua 5.2.
|
OpenMW supports scripts written in Lua 5.1 with some extensions (see below) from Lua 5.2.
|
||||||
There are no plans to switch to any newer version of the language, because newer versions are not supported by LuaJIT.
|
There are no plans to switch to any newer version of the language, because newer versions are not supported by LuaJIT.
|
||||||
|
|
||||||
There are also experimental declarations available for Teal, a typed dialect of Lua. see :ref:`Teal` for more details.
|
.. note::
|
||||||
|
There are also experimental declarations available for Teal, a typed dialect of Lua. see :ref:`Teal` for more details.
|
||||||
|
|
||||||
Here are some starting points for learning Lua:
|
Here are some starting points for learning Lua:
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
####
|
||||||
Teal
|
Teal
|
||||||
####
|
####
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user