C_PlayerInfo.UnitIsSameServer

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if a player is from the same or connected realm.

unitIsSameServer = C_PlayerInfo.UnitIsSameServer(playerLocation)

Arguments

playerLocation
PlayerLocationMixin🔗

Returns

unitIsSameServer
boolean

Example

Shows if your target is on the same (connected) realm.

/dump C_PlayerInfo.UnitIsSameServer(PlayerLocation:CreateFromUnit("target"))

Patch changes

Battle for Azeroth Patch 8.1.5 (2019-03-12): Added.

See also