EffectDisappearAppear(location)

新しいeffectを返します。

effect EffectDisappearAppear(
    location lLocation
);

Parameters

lLocation

適用されたオブジェクトが再出現する位置。


Description

 消滅/出現effectを作成します。

 オブジェクトはeffectの持続時間"飛び去り"lLocationで再出現します。

 敵を踏みつけるドラゴンに使用されます。



Known Bugs

 このeffectを使用するには(ApplyEffectToObjectにおいての)持続時間は3.0秒またはそれ以上に設定しなければなりません。(明らかにduration typeはtemporaryでなくてはなりません。)

 より忙しいエリアでは持続時間はより大きい値である必要があるかもしれません。


Version

1.30

See Also

functions: EffectAppear
categories: Effects Functions


author: John Shuell, editor: Lilac Soul, additional contributor(s): Ken Cotterill, Allan Floyd, Lilac Soul, JP team: geshi, akito
Send comments on this topic.