GetSpellEffectDelay(location, object)

effectの遅延時間を得ます。

float GetSpellEffectDelay(
    location locSpellTargetLocation,
    object oTarget
);

Parameters

locSpellTargetLocation

呪文effectの開始位置(通常はGetLocation(OBJECT_SELF))

oTarget

呪文effectの目標


Description

effectが適用されるまでの遅延時間を秒で返します。



Remarks

nw_i0_spells.nss: 25


Requirements

#include "nw_i0_spells"

Version

1.22

See Also

categories: Spells Functions


author: Tom Cassiotis, JP team: Rainie
Send comments on this topic.