void |
Magic.cast(Spell spell) |
Casts a spell with no specific target.
|
void |
Magic.cast(Spell spell,
int actionIndex) |
Casts a spell with a specific action index.
|
void |
Magic.cast(Spell spell,
int actionIndex,
int opcode) |
Casts a spell with a specific action index and opcode.
|
void |
Magic.cast(Spell spell,
KSGroundItem target) |
Casts a spell on a ground item target.
|
void |
Magic.cast(Spell spell,
KSItem target) |
Casts a spell on a target item.
|
void |
Magic.cast(Spell spell,
KSNPC target) |
Casts a spell on an NPC target.
|
void |
Magic.cast(Spell spell,
KSObject target) |
Casts a spell on a tile object target.
|
void |
Magic.cast(Spell spell,
KSPlayer target) |
Casts a spell on a player target.
|
boolean |
Magic.isSpellSelected(Spell spell) |
Checks if the specified spell is currently selected.
|
void |
Magic.selectSpell(Spell spell) |
Selects the specified spell for casting.
|