EventSpellCastAt(object, int, int)
"SpellCastAt"スクリプトを発動するイベントを作ります。
event EventSpellCastAt( object oCaster, int nSpell, int bHarmful = TRUE );
Parameters
oCaster
呪文の詠唱者
nSpell
bHarmful
呪文がそのターゲットを傷つけるかどうか決定します。(デフォルト: TRUE)
Description
"SpellCastAt"スクリプトを発動するイベントを返します。nSpellは詠唱される呪文タイプを指定するSPELL_*の定数。
Remarks
実際に呪文を詠唱するか、もしくは呪文詠唱をシュミレートするだけかどうかは分からない。
Version
1.29
See Also
categories: | Spell Casting Effects Functions | Spells Functions |
constants: | SPELL_* Constants |
author: Charles Feduke, JP team: Redondo
Send comments on this topic.