GetLocalPlotIntFromCharacter(object)

クリーチャーの一般的なプロットフラグを取り出します。

int GetLocalPlotIntFromCharacter(
    object oNPC
);

Parameters

oNPC

プロットタグを取り出すクリーチャー。


Description

oNPCの"PLOT2Q4"という変数に格納されているプロットフラグを表す整数値 + GetTag(oNPC)の値を返します。



Remarks

nw_i0_2q4luskan.nssの30行目にあります。


Requirements

#include "nw_i0_2q4luskan"

Version

1.28

See Also

functions: SetLocalPlotIntOnCharacter
categories: Module Specific Functions


author: John Shuell, editor: Charles Feduke, JP team: katsu794
Send comments on this topic.