14 lines
245 B
Markdown
14 lines
245 B
Markdown
### 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
|