Destroyed Lua Hate List (markdown)

TurmoilToad 2019-09-18 08:40:12 -04:00
parent 929c4ce766
commit 18cce6567a

@ -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.