From 277d364e4402df1948ef3e33f2b6b022eaa70eb1 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 14:35:34 -0700 Subject: [PATCH] Created Lua API (markdown) --- Lua-API.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Lua-API.md diff --git a/Lua-API.md b/Lua-API.md new file mode 100644 index 0000000..3db8139 --- /dev/null +++ b/Lua-API.md @@ -0,0 +1,19 @@ +The Lua API consisted of many exported classes and some general functions. +* [Lua_Client](Lua-Client) +* [Lua_Corpse](Lua-Corpse) +* [Lua_Door](Lua-Door) +* [Lua_Client](Lua-Client) +* [Lua_Entity](Lua-Entity) +* [Lua_EntityList](Lua-Entity-List) +* [Lua_Group](Lua-Group) +* [Lua_HateList](Lua-Hate-List) +* [Lua_Inventory](Lua-Inventory) +* [Lua_Item](Lua-Item) +* [Lua_ItemInst](Lua-ItemInst) +* [Lua_Mob](Lua-Mob) +* [Lua_NPC](Lua-NPC) +* [Lua_Object](Lua-Object) +* [Lua_Raid](Lua-Raid) +* [Lua_Spell](Lua-Spell) +* [Lua_Spawn](Lua-Spawn) +* [Lua General Functions](Lua-General-Functions) \ No newline at end of file