From 66945c16ff0603d88b378591a08233727673b3b1 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Fri, 12 Jun 2026 10:02:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/api.md b/api.md index c29ef01..f870eea 100644 --- a/api.md +++ b/api.md @@ -2,15 +2,15 @@
 api
-api.parser.json
+api.parser.json
 api.parser.xml
-api.url
-api.util
+api.url
+api.util
 api.protocol
-api.ext.*
+api.ext.*
 api.ext.exec(fn, ,..)
-api.ecs
-api.world
+api.ecs
+api.world
 
## Entity Component System (ECS) @@ -79,6 +79,11 @@ util.traverseXML( xml:ParseXmlText(testXml), function(node,raw) end) ``` +## api.ext.* + +This is where extensions live. +See the [skeleton extension](src/ext/skeleton/main.lua) for a typical extension startingpoint. + ## api.ext.exec This allows batch-firing a function on each extension (if exist)