mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 03:02:35 +00:00
Destroyed Lua Hate List (markdown)
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.
|
||||
Loading…
x
Reference in New Issue
Block a user