SetNPCWarningStatus(int)
NPCの警戒ステータス状態を保管します。
void SetNPCWarningStatus( int bStatus = TRUE );
Parameters
bStatus
警戒ステータスの値(デフォルト: TRUE)
Description
この関数は、クリーチャー上のローカル変数(NW_GENERIC_WARNING_STATUS)をbStatusに設定します。
値は、GetNPCWarningStatus()関数により取り出されます。
Remarks
BioWareはこの関数を使用していません。また、他の人が興味を持つべきでもありません。
Requirements
#include "NW_I0_GENERIC"
Version
1.22
See Also
functions: | GetNPCWarningStatus |
categories: | Core AI Functions |
author: Tom Cassiotis, JP team: katsu794
Send comments on this topic.