mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
253 B
253 B
Function: IsCasting(spawn)
Description: Return's true if the Spawn is casting.
Parameters:
spawn(Spawn) - Spawn object representingspawn.
Returns: True if the Spawn is casting, otherwise false.
Example:
Example Required