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

245 B

Function: IsStunned(spawn)

Description: Return's true if spawn is stunned.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: True if spawn is stunned, otherwise false.

Example:

Example Required