Files
simian/docs/Scripting.md
T
nick d7f9019e61
Sync Docs to Gitea Wiki / Sync docs to Gitea wiki (push) Successful in 31s
CI / build-and-test (push) Failing after 11m38s
chore: fix for headless raylib
2026-03-08 16:26:34 +13:00

14 lines
451 B
Markdown

# Scripting
This page is a starting point for scripting documentation.
## Overview
- Scripts live in `scripts/` and are executed by AngelScript.
- Predefined API and engine bindings are declared in `scripts/as.predefined`.
## Examples
- `scripts/game.as` — demo showing ECS usage, rendering, scenegraph and input actions.
## How to document APIs
Add Markdown pages in the `docs/` folder. Use relative links and include code fences for examples.