GetObjectSeen(object, object)

Objectが別のObjectを見るかどうか決めます。

int GetObjectSeen(
    object oTarget,
    object oSource = OBJECT_SELF
);

Parameters

oTarget

見られるかもしれないObject

oSource

見ることを行っているObject(デフォルト:OBJECT_SELF)


Description

oSourceがoTargetを見るかどうかを決めます。oSourceがoTargetを見ればTRUEを、そうでなければFALSEを返します。oTargetが配置用Objectであれば、この関数は常にFALSEを返します。



Version

1.28

See Also

categories: Perception Functions


author: Tom Cassiotis, editor: Charles Feduke, additional contributor(s): David Etheredge, JP team: Rainie
Send comments on this topic.