Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Functions

engine:newPico()

Creates a new pico and returns it's representation. i.e. `{id: "some-id"}`


TODO document the rest

engine:unregisterRuleset(rid)

Unregisters the ruleset given by the rid. It will throw an error if the ruleset is installed on any picos, or depended on by another ruleset.

  • No labels