feat(PlayerMethods): Add IsBot() method (#360)

This commit is contained in:
Aldori
2026-03-01 07:31:36 -05:00
committed by GitHub
parent fe47a5d9c3
commit 50584792fc
2 changed files with 17 additions and 0 deletions

View File

@@ -708,6 +708,7 @@ ALERegister<Player> PlayerMethods[] =
{ "CanTeleport", &LuaPlayer::CanTeleport },
{ "IsSpectator", &LuaPlayer::IsSpectator },
{ "HasKnownTaxiNode", &LuaPlayer::HasKnownTaxiNode },
{ "IsBot", &LuaPlayer::IsBot },
// { "HasSpellMod", &LuaPlayer::HasSpellMod },
// Gossip