From 18cce6567a1ba622c36079a4c6b92fcd09d10541 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Wed, 18 Sep 2019 08:40:12 -0400 Subject: [PATCH] Destroyed Lua Hate List (markdown) --- Lua-Hate-List.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Lua-Hate-List.md diff --git a/Lua-Hate-List.md b/Lua-Hate-List.md deleted file mode 100644 index 30fe0cb..0000000 --- a/Lua-Hate-List.md +++ /dev/null @@ -1,23 +0,0 @@ -HateEntry is a class exported to Lua that represent the HateEntry object from EQEmu. - -[Return to the Lua API](Lua-API) - -### Properties -``` -hate.null -- Returns true if this object is null -hate.valid -- Returns true if this object is not null -``` - -### Member Functions -``` -Mob GetEnt(); -Void SetEnt(Mob e); -Integer GetDamage(); -Void SetDamage(Integer value); -Integer GetHate(); -Void SetHate(Integer value); -Integer GetFrenzy(); -Void SetFrenzy(Boolean value); -``` - -HateList is a table exported to Lua that contains a field 'entries' that contains hate entries of the hate list. \ No newline at end of file