From 39d7772e71b8a020374320b2fce8f3618753f7fe Mon Sep 17 00:00:00 2001 From: Michael Cook Date: Tue, 25 Feb 2014 20:25:58 -0800 Subject: [PATCH] Updated Lua Entity List (markdown) --- Lua-Entity-List.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua-Entity-List.md b/Lua-Entity-List.md index 3be8b58..725e926 100644 --- a/Lua-Entity-List.md +++ b/Lua-Entity-List.md @@ -17,6 +17,7 @@ Mob GetMob(Integer id); Mob GetMobByNpcTypeID(Integer npc_type); NPC GetNPCByID(Integer id); NPC GetNPCByNPCTypeID(Integer npc_type); +Bool IsMobSpawnedByNpcTypeID(Interger npc_type); Client GetClientByName(String name); Client GetClientByAccID(Integer acct_id); Client GetClientByID(Integer id);