Interface:Spells - novasdream/forgottenserver GitHub Wiki

Spells stuff... (TODO)

-- Empty!

###Available events: onCastSpell()


###### onCastSpell() > **Description:** This event is called when a spell is casted. > **Parameters:**
  • _creature_ - _Creature userdata of the creature that is casting the spell_
  • _var_ - _Variant_
  • _isHotkey_ - _Boolean, true if hotkey was used. This parameter is only available for rune spells_
> **Accepted return values:** Boolean > **Example:** ```Lua N/A ``` Added in version: 1.0
⚠️ **GitHub.com Fallback** ⚠️