20,741
edits
Line 158: | Line 158: | ||
=== New Nasal API requests === | === New Nasal API requests === | ||
For things that should be implemented as new Nasal APIs, rather than being hard coded features in C++ | For things that should be implemented as new Nasal APIs, rather than being hard coded features in C++ | ||
The file $FG_ROOT/Nasal/compat_layer.nas contains compatibility wrappers for functions that are currently implemented in Nasal space, because the corresponding features are not yet supported by the core fgfs/Nasal APIs. This may be a good starting point for implementing new Nasal APIs. | |||
== Current development status == | == Current development status == |