20,741
edits
| Line 90: | Line 90: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
For each of the 7 Nasal data | For each of the 7 Nasal data types, there is a separate storage pool available (0..6). Each storage pool is addressed by its enum index: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/data.h#line65 | ||
The 7 storage pools are declared code.h, line 39: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/code.h#line39 | The 7 storage pools are declared code.h, line 39: https://gitorious.org/fg/simgear/blobs/next/simgear/nasal/code.h#line39 | ||