mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
[Quest API] Perl Hate Entry Annotations (#1244)
Added category tag annotations for Hate Entry methods.
This commit is contained in:
parent
dba69abefc
commit
cc7904e1bc
@ -52,7 +52,7 @@ XS(XS_HateEntry_GetEnt); /* prototype to pass -Wmissing-prototypes */
|
|||||||
XS(XS_HateEntry_GetEnt) {
|
XS(XS_HateEntry_GetEnt) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 1)
|
if (items != 1)
|
||||||
Perl_croak(aTHX_ "Usage: HateEntry::GetData(THIS)");
|
Perl_croak(aTHX_ "Usage: HateEntry::GetData(THIS)"); // @categories Script Utility, Hate and Aggro
|
||||||
{
|
{
|
||||||
struct_HateList *THIS;
|
struct_HateList *THIS;
|
||||||
Mob *RETVAL;
|
Mob *RETVAL;
|
||||||
@ -68,7 +68,7 @@ XS(XS_HateEntry_GetHate); /* prototype to pass -Wmissing-prototypes */
|
|||||||
XS(XS_HateEntry_GetHate) {
|
XS(XS_HateEntry_GetHate) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 1)
|
if (items != 1)
|
||||||
Perl_croak(aTHX_ "Usage: HateEntry::GetHate(THIS)");
|
Perl_croak(aTHX_ "Usage: HateEntry::GetHate(THIS)"); // @categories Script Utility, Hate and Aggro
|
||||||
{
|
{
|
||||||
struct_HateList *THIS;
|
struct_HateList *THIS;
|
||||||
int32 RETVAL;
|
int32 RETVAL;
|
||||||
@ -85,7 +85,7 @@ XS(XS_HateEntry_GetDamage); /* prototype to pass -Wmissing-prototypes */
|
|||||||
XS(XS_HateEntry_GetDamage) {
|
XS(XS_HateEntry_GetDamage) {
|
||||||
dXSARGS;
|
dXSARGS;
|
||||||
if (items != 1)
|
if (items != 1)
|
||||||
Perl_croak(aTHX_ "Usage: HateEntry::GetDamage(THIS)");
|
Perl_croak(aTHX_ "Usage: HateEntry::GetDamage(THIS)"); // @categories Script Utility, Hate and Aggro
|
||||||
{
|
{
|
||||||
struct_HateList *THIS;
|
struct_HateList *THIS;
|
||||||
int32 RETVAL;
|
int32 RETVAL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user