![]() |
|
Documentation query - Printable Version +- NaaLaa (https://www.naalaa.com/forum) +-- Forum: NaaLaa (https://www.naalaa.com/forum/forum-1.html) +--- Forum: NaaLaa 7 Questions (https://www.naalaa.com/forum/forum-3.html) +--- Thread: Documentation query (/thread-319.html) |
Documentation query - tantalus - 10-01-2025 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. RE: Documentation query - kevin - 10-01-2025 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. RE: Documentation query - tantalus - 10-01-2025 (10-01-2025, 04:10 PM)kevin Wrote: Hi, hopefully this will help, if not, please let us know. Cheers, Kevin. RE: Documentation query - kevin - 10-01-2025 No worries, Marcus wrote all of these examples when he was developing the language, and I find them so useful..... hope you do too.... RE: Documentation query - Marcus - 10-03-2025 I'll see if I can write a program that auto-generates some sort of html docs from the help system this weekend. RE: Documentation query - Marcus - 10-04-2025 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
RE: Documentation query - kevin - 10-04-2025 Many thanks Marcus, this will be very useful... RE: Documentation query - 1micha.elok - 10-04-2025
Docs.zip (Size: 111.83 KB / Downloads: 6)
I really appreciate the Naalaa documention. It's clear, easy to follow, and very useful for getting things done. |