Perl API Reference: HateEntry (8 methods)
Browse the complete Perl API documentation for the HateEntry class. Search through 8 methods and 249 events to find the exact function signatures, parameters, and usage examples you need for your EQ-Emulator scripts.
Methods
$hateentry->GetDamage();
# int64_t
$hateentry->GetEnt();
# Mob*
$hateentry->GetFrenzy();
# bool
$hateentry->GetHate();
# int64_t
$hateentry->SetDamage(value);
# void
$hateentry->SetEnt(mob);
# void
$hateentry->SetFrenzy(is_frenzy);
# void
$hateentry->SetHate(value);
# void