API Reference gamend_plugin_tools v#1.0.1219

Copy Markdown View Source

Modules

Compile GDScript hook scripts to Elixir source.

The gamend contexts a GDScript hook may call, with the arities of each function. Generated by mix gen.sdk from its @sdk_modules list -- do not edit, run the task.

AST into Elixir source text.

Raised for anything the GDScript front end will not translate.

GDScript source text into a flat token list.

Token stream into an AST. Recursive descent, precedence climbing for expressions.

What every script in a plugin exposes to the others.

Mix Tasks

Compiles every scripts/*.gd in the current plugin into Elixir source under gen/.

Creates a plugin whose hooks are written in GDScript.

Builds a plugin bundle directory in the project root.