mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
372 B
372 B
Function: HasGroup(spawn)
Description:
Return's true if the Spawn is in a group (If Player) otherwise checks if NPC/Object/Widget is in a Spawn Group.
Parameters:
spawn(Spawn) - Spawn object representingspawn.
Returns: True if criteria is met for Player in a group or NPC/Object/Widget/Sign is in a Spawn Group.
Example:
Example Required