Returns whether a unit is in the player's guild
See also Unit functions, Guild functions.
Signature:
inGuild = UnitIsInMyGuild("unit")
Arguments:
unit- A unit to query (string, unitID)
Returns:
inGuild- 1 if the unit is in the player's guild; otherwise nil (1nil)