mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
13 lines
350 B
Markdown
13 lines
350 B
Markdown
### Function: GetSpellInitialTarget(spell)
|
|
|
|
**Description:**
|
|
Obtain the Initial Target of the Spell. The `spell` field is optional, it will otherwise be in a Spell Script which defaults to the current spell's initial target.
|
|
|
|
**Parameters:**
|
|
- `spell` (Spell) - Spell object representing `spell`.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
Example Required
|