From 5ad8679b826c8dabcc1c05a078314eb7def6f481 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 7 Jun 2013 17:32:44 -0700 Subject: [PATCH] Updated Lua Hate List (markdown) --- Lua-Hate-List.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Lua-Hate-List.md b/Lua-Hate-List.md index c0ce02e..dde2d02 100644 --- a/Lua-Hate-List.md +++ b/Lua-Hate-List.md @@ -1 +1,21 @@ -PH \ No newline at end of file +Lua_HateEntry is a class exported to Lua that represent the HateEntry object from EQEmu. + +### Properties +``` +hate.null -- Returns true if this object is null +hate.valid -- Returns true if this object is not null +``` + +### Member Functions +``` +Lua_Mob GetEnt(); +void SetEnt(Lua_Mob e); +int GetDamage(); +void SetDamage(int value); +int GetHate(); +void SetHate(int value); +int GetFrenzy(); +void SetFrenzy(bool value); +``` + +Lua_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