630
edits
(Add modules.nas to Related content/Wiki articles) |
m (→Nasal API) |
||
| Line 110: | Line 110: | ||
=== Nasal API === | === Nasal API === | ||
The Nasal add-on API lives in the 'addons' namespace and can for example do queries to <code>AddonManager()</code> and read data from <code>addons.Addon</code> objects. It can for example compare addon versions if there is dependencies. | The Nasal add-on API lives in the 'addons' namespace and can for example do queries to <code>AddonManager()</code> and read data from <code>addons.Addon</code> objects. It can for example compare addon versions if there is dependencies. | ||
See: {{Repo link|site=gitlab|proj=flightgear|repo=fgdata|branch=next|path=Nasal/addons.nas}} | |||
== Background == | == Background == | ||
edits