1
0
EQ2Emu/docs/lua_functions/IsMezzedOrStunned.md
2025-05-25 21:42:32 -04:00

281 B

Function: IsMezzedOrStunned(spawn)

Description: Return's true if Spawn is mesmerized or stunned.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: True if Spawn is mesmerized or stunned, otherwise false.

Example:

Example Required