Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 247: Line 247:
But this API doesn't yet have a corresponding call to release a saved object. Just don't do this, basically.  Always keep your Nasal data in Nasal space.
But this API doesn't yet have a corresponding call to release a saved object. Just don't do this, basically.  Always keep your Nasal data in Nasal space.


In FlightGear however, you may want to check out the gcSave/gcRelease methods of the FGNasalSys class:
If you really need to do this, you may however want to check out the gcSave/gcRelease methods of the FGNasalSys class:


     // This mechanism is here to allow naRefs to be passed to
     // This mechanism is here to allow naRefs to be passed to
2,561

edits

Navigation menu