defold-api-fetch
Defold API Reference
Fetch documentation from the links below (the URLs point to plain Markdown files).
Lua APIs (Most Common)
| Namespace | URL |
|---|---|
| go (Game object) | https://defold.com/llms/apis/go-lua.md |
| gui (GUI) | https://defold.com/llms/apis/gui-lua.md |
| msg (Message) | https://defold.com/llms/apis/msg-lua.md |
| vmath (Vector math) | https://defold.com/llms/apis/vmath-lua.md |
| sprite (Sprite) | https://defold.com/llms/apis/sprite-lua.md |
| factory (Factory) | https://defold.com/llms/apis/factory-lua.md |
| collectionfactory (Collection factory) | https://defold.com/llms/apis/collectionfactory-lua.md |
| collectionproxy (Collection proxy) | https://defold.com/llms/apis/collectionproxy-lua.md |
| physics (Collision object) | https://defold.com/llms/apis/physics-lua.md |
| sound (Sound) | https://defold.com/llms/apis/sound-lua.md |
| timer (Timer) | https://defold.com/llms/apis/timer-lua.md |
More from indiesoftby/defold-agent-config
defold-project-setup
Downloads Defold project dependencies into .deps/ folder. Also provides recommended game.project settings. Use FIRST before any other task when .deps/ folder is missing or empty, or after editing dependency URLs in game.project. Also use when creating a new project, configuring game.project, or asking about recommended project settings.
10defold-docs-fetch
Fetches Defold manuals and documentation. Use when looking up how Defold features work, understanding concepts, components, workflows, platform setup, or needing guidance beyond API reference.
2xmath-usage
Provides xmath API reference and in-place math optimization patterns for Defold. Use when writing performance-critical math code, optimizing vector/quaternion/matrix operations, or when the user mentions xmath, zero-allocation math, or reducing Lua GC pressure.
1defold-scripts-editing
Creates and edits Defold Lua script files (.script, .gui_script, .render_script, .editor_script) and plain Lua modules (.lua). Use when asked to create, modify, or configure any Defold script or Lua module.
1monarch-screen-setup
Organizes screens and popups in a Defold game using Monarch screen manager. Use when creating new screens, popups, or setting up navigation between them.
1defold-skill-maintain
Maintains Defold agent skills. Use when asked to update link lists in api-fetch/docs-fetch/examples-fetch skills, create or update proto file references, or fetch proto schemas.
1