From a56cb72945c2a6ca7c7e4860357ebe076a7253c9 Mon Sep 17 00:00:00 2001 From: "Sean K. Murphy" Date: Tue, 12 Mar 2019 20:07:46 -0500 Subject: [PATCH] Updated Lua API (markdown) --- Lua-API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lua-API.md b/Lua-API.md index 48759b1..33f3cd0 100644 --- a/Lua-API.md +++ b/Lua-API.md @@ -529,6 +529,7 @@ npc:GetSpellFocusHeal(); -- int npc:GetSwarmOwner(); -- int npc:GetSwarmTarget(); -- int npc:GetWaypointMax(); -- int +npc:GiveCash(int copper, int silver, int gold, int platinum); -- void npc:IsAnimal(); -- bool npc:IsGuarding(); -- bool npc:IsOnHatelist(Lua_Mob ent); -- bool