mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-12 23:44:34 +02:00
added a bit of targetfind stuff
This commit is contained in:
parent
c55c0b327d
commit
4ed8f3e5e2
3 changed files with 125 additions and 2 deletions
|
@ -385,6 +385,15 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
|
||||
}
|
||||
|
||||
public bool IsDead()
|
||||
{
|
||||
return currentMainState == SetActorStatePacket.MAIN_STATE_DEAD || currentMainState == SetActorStatePacket.MAIN_STATE_DEAD2;
|
||||
}
|
||||
|
||||
public bool IsAlive()
|
||||
{
|
||||
return !IsDead();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue