NaaLaa

Full Version: Documentation query
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Having searched the included reference PDF and the forum, I cannot find a documented reference to the cels function as used in (for example) the tilemap library.

Am I missing something or is there a secret link to up-to-date online documentation somewhere?

Thanks.
Hi, hopefully this will help, if not, please let us know.
If you place the cursor somewhere in the middle of the word "cels" in the NED editor, and press F1, a help pop up will appear. Press F1 again, and an example illustrating the function "cels" will load. This works for most functions/keywords.

All the best - Kevin.
(10-01-2025, 04:10 PM)kevin Wrote: [ -> ]Hi, hopefully this will help, if not, please let us know.
If you place the cursor somewhere in the middle of the word "cels" in the NED editor, and press F1, a help pop up will appear. Press F1 again, and an example illustrating the function "cels" will load. This works for most functions/keywords.

All the best - Kevin.

Cheers, Kevin.
No worries, Marcus wrote all of these examples when he was developing the language, and I find them so useful..... hope you do too....
I'll see if I can write a program that auto-generates some sort of html docs from the help system this weekend.
Here is some auto generated "documentation":

https://naalaa.com/autodoc/index.html

It's just all the commands and functions listed by category and alphabetically with links to examples. But maybe it's better than nothing Big Grin
Many thanks Marcus, this will be very useful...
[attachment=512]

I really appreciate the Naalaa documention.
It's clear, easy to follow, and very useful for getting things done.