1
0
EQ2Emu/docs/lua_api.md
2025-05-04 14:34:15 -04:00

31 KiB

📜 EQ2Emu Lua API Documentation

This document will detail all Lua scripting functions available within EQ2Emu.


📚 Table of Contents


Introduction

EQ2Emu allows scripting of quests, spawns, spells, regions, and zones using Lua. This guide will document all exposed Lua functions, expected parameters, and example usages.


📌 Notes

  • Lua scripting engine is integrated natively into the EQ2World server.
  • More detailed breakdowns will be added as the API documentation is expanded.