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

From FlightGear wiki
Jump to navigation Jump to search
(Update)
(Some updates)
Line 1: Line 1:
Proposal for the documentation of the [[Nasal]] API. {{Note|Feel free to expand this.}}
Proposal for the documentation of the [[Nasal]] API.


{| class="wikitable"
{| class="wikitable"
|+ Nasal library {{Progressbar|50}}
|+ Nasal library {{Progressbar|70}}
! Old page(s) !! Draft page !! New page  
! Old page(s) !! Draft page !! New page  
|-  
|-  
|  
|  
* [[Nasal library functions]]
* [[Nasal library functions]] ([http://wiki.flightgear.org/index.php?title=Nasal_library_functions&oldid=93458 perm])
* [[List of Nasal extension functions]]  
* [[List of Nasal extension functions]] ([http://wiki.flightgear.org/index.php?title=List_of_Nasal_extension_functions&oldid=72953 perm])
|| [[User:Red Leader/Nasal library]]
|| [[User:Red Leader/Nasal library]]
|| [[Nasal library]]
|| [[Nasal library]]
Line 14: Line 14:
{| class="wikitable"
{| class="wikitable"
|+ Nasal namespaces {{Not done}}
|+ Nasal namespaces {{Not done}}
! Namespace !! New page
! Namespace !! Draft page !! New page  
|-
|-
| <code>'''aircraft'''</code>
| <code>'''aircraft'''</code>
| {{N/a|Not started|rowspan{{=}}"8"}}
| {{N/a|Not started|rowspan{{=}}"8"}}
| {{N/a|Not started|rowspan{{=}}"16"}}
|-
|-
| <code>'''bits'''</code>
| <code>'''bits'''</code>
Line 33: Line 34:
| <code>'''material'''</code>
| <code>'''material'''</code>
|-
|-
| <code>'''math'''</code> || [[User:Red Leader/Nasal library/math.nas]]  
| <code>'''math'''</code> || [[User:Red Leader/Nasal library/math.nas]]
|-
|-
| <code>'''mp_broadcast'''</code>  
| <code>'''mp_broadcast'''</code>  
| {{N/a|Not started|rowspan{{=}}"4"}}
| {{N/a|Not started|rowspan{{=}}"7"}}
|-
|-
| <code>'''props'''</code>  
| <code>'''props'''</code>
|-
| <code>'''scenery'''</code>
|-
|-
| <code>'''screen'''</code>
| <code>'''screen'''</code>
|-
| <code>'''std'''</code>
|-
|-
| <code>'''string'''</code>  
| <code>'''string'''</code>  
|-
|-
| <code>'''towing'''</code>
| <code>'''view'''</code>
| {{N/a|Not started|rowspan{{=}}"2"}}
|-
| <code>'''std'''</code>
|}
|}



Revision as of 21:40, 8 March 2016

Proposal for the documentation of the Nasal API.

Nasal library 70}% completed
Old page(s) Draft page New page
User:Red Leader/Nasal library Nasal library
Nasal namespaces Not done Not done
Namespace Draft page New page
aircraft Not started Not started
bits
debug
geo
globals
gui
io
material
math User:Red Leader/Nasal library/math.nas
mp_broadcast Not started
props
scenery
screen
std
string
view
Basic Nasal scripting Not done Not done
Object type Current page(s)
Hashes
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