User:Red Leader/Nasal documentation proposal: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Update)
Line 29: Line 29:
|-
|-
| <code>'''gui'''</code>
| <code>'''gui'''</code>
| {{N/a|Not started|rowspan{{=}}"3" colspan{{=}}"2"}}
| {{N/a|Not started|rowspan{{=}}"2" colspan{{=}}"2"}}
|-
|-
| <code>'''http'''</code>
| <code>'''http'''</code>
|-
|-
| <code>'''io'''</code> ([[Nasal File I/O]])
| <code>'''io'''</code> || [[Nasal library/io]] || {{progressbar|10}}
|-
|-
| <code>'''math'''</code> || [[Nasal library/math]] || {{done}}
| <code>'''math'''</code> || [[Nasal library/math]] || {{done}}
Line 194: Line 194:
* [[Nasal library]] ([[Nasal library#Core library functions|core]]/[[Nasal library#Extension functions|extension]] functions)
* [[Nasal library]] ([[Nasal library#Core library functions|core]]/[[Nasal library#Extension functions|extension]] functions)
** [[Nasal library/geo|<code>geo</code> namespace]]
** [[Nasal library/geo|<code>geo</code> namespace]]
** [[Nasal library/io|<code>io</code> namespace]]
** [[Nasal library/math|<code>math</code> namespace]]
** [[Nasal library/math|<code>math</code> namespace]]
** [[Nasal library/props|<code>props</code> namespace]]
** [[Nasal library/props|<code>props</code> namespace]]

Revision as of 18:47, 19 October 2016

Proposal for the documentation of the Nasal API.

Documentation pages

Nasal library Done Done
Old page(s) New page
Nasal library

Form: [[Nasal library/<namespace>]]

Nasal namespaces 20}% completed
Namespace New page Progress
aircraft Not started
bits
clipboard
debug
geo Nasal library/geo Done Done
gui Not started
http
io Nasal library/io 10}% completed
math Nasal library/math Done Done
mp_broadcast Not started
os[.path]
positioned
props Nasal library/props‎‎ Done Done
scenery Not started
screen
std (current page: Vector)
string
thread
utf8
view
Basic Nasal scripting Not done Not done
Subject Current page(s)
Hashes
Namespaces
Numbers Very little
Vectors
Strings Nasal Hello World
Conditions Nasal Conditionals
Operators Nasal Operators
Loops Nasal Loops
Functions Using Nasal functions
Advanced Nasal scripting Not done Not done
What? Current page(s)
Vector slicing Nasal Variables
OOP
Canvas API Not done Not done
What? Current page(s)
Canvas Element Canvas Element
Canvas Image Canvas Image
Canvas Path Canvas Path
Canvas Map
Event handling Canvas Event Handling
Canvas GUI
Layout system Canvas Layout System
Widgets None
Canvas MessageBox Canvas MessageBox

Navbox


Misc