API UnitIsSameServer
Talk0
98,461pages on
this wiki
this wiki
Revision as of 22:18, January 5, 2011 by TimothyLuke (Talk | contribs)
UnitIsSameServer(UnitId, UnitId)
Determines if the two units supplied are from the same server. It is important to note that it returns nil rather than false, nil is treated like false for most operations but it is *not* a proper boolean.
- Arguments
- Returns
- True/nil
- Example
if (UnitIsSameServer(UnitId, "player")) then --Unit is from the same server as the player else --Unit is from a different server end