SetLastGenericSpellCast(int)

最後に詠唱された呪文のIDを保管するローカル変数を設定します。

void SetLastGenericSpellCast(
    int nSpell
);

Parameters

nSpell

SPELL_*


Description

BioWareのコアAIシステムが同じ呪文の詠唱を保持しないので、最後に詠唱された呪文に対するローカル変数を設定します。

GetLastGenericSpellCast()関数、CompareLastSpellCast()関数と合わせて使用されます。



Remarks

ローカル変数名"NW_GENERIC_LAST_SPELL"を使用します。

この関数は、NPCのアクションをよりダイナミックに見せるためのコアAIプログラミングの一部です。


Requirements

#include "NW_I0_GENERIC"

Version

1.29

See Also

functions: CompareLastSpellCast | GetLastGenericSpellCast
categories: Core AI Functions
constants: SPELL_* Constants


author: Tom Cassiotis, editor: Jody Fletcher, JP team: katsu794
Send comments on this topic.