### 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