GetCanSeePC(object)

クリーチャーがPCを目視できるかどうかを決定します。

int GetCanSeePC(
    object oObject = OBJECT_SELF
);

Parameters

oObject

PCを「目視」できるかどうかを調べるObject(デフォルト:OBJECT_SELF)


Description

oObjectがPCを「目視」出来るならばTRUEを、できなければFALSEを返します。



Requirements

#include "nw_i0_2q4luskan"

Version

1.29

See Also

functions: GetLastPerceptionSeen
categories: Perception Functions
events: OnPerception Event


author: Charles Feduke, JP team: Rainie
Send comments on this topic.