feat(PlayerMethods): Add IsBot() method (#360)
This commit is contained in:
@@ -708,6 +708,7 @@ ALERegister<Player> PlayerMethods[] =
|
||||
{ "CanTeleport", &LuaPlayer::CanTeleport },
|
||||
{ "IsSpectator", &LuaPlayer::IsSpectator },
|
||||
{ "HasKnownTaxiNode", &LuaPlayer::HasKnownTaxiNode },
|
||||
{ "IsBot", &LuaPlayer::IsBot },
|
||||
// { "HasSpellMod", &LuaPlayer::HasSpellMod },
|
||||
|
||||
// Gossip
|
||||
|
||||
Reference in New Issue
Block a user