Skip to content

Scripting Library

Naim edited this page Jul 20, 2024 · 15 revisions

Welcome to the Project Ignis Card Scripts wiki!

Here you will find the functions available in the scripting library used in Edopro. This includes functions defined in the core but also functions defined in the various auxiliary files like the summoning procedures, utility.lua, proc_workaround.lua.

The last update to this documentation was in: 13-Jun-2023

Notes

  • "Method" and "function" are used as as synonymous in all pages.
  • The ellipsis, ..., represents a variable number of arguments, usually used when extra parameters are supported by the function.
  • Parameters surrounded by square brackets [ ] are optional parameters.
  • A vertical bar | represents different possible types (for variables, arguments or return types).
  • Commas in return types indicate that the function has more than 1 return value.

Function categories