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

253 B

Function: IsCasting(spawn)

Description: Return's true if the Spawn is casting.

Parameters:

  • spawn (Spawn) - Spawn object representing spawn.

Returns: True if the Spawn is casting, otherwise false.

Example:

Example Required