GetDistanceToObject(object)

スクリプトの呼出者とobjectの間の距離(メーター)です

float GetDistanceToObject(
    object oObject
);

Parameters

oObject

ここまでの距離を測定したい有効なobject


Description

スクリプトの呼出者(スクリプトを実行したオブジェクト)とoObjectで指定されたオブジェクトまでの距離をメーターで返します。

無効なオブジェクトの計測、別のエリア間のオブジェクトの計測は、-1.0fを返します。



Remarks

ゲーム中のobjectがこのスクリプトを呼び出しても、測定された値が得られるでしょう。


Version

1.22

See Also

functions: GetDistanceBetween | GetDistanceBetweenLocations
categories: Combat Information Functions | Core AI Functions | Math Functions | Movement Functions | Targeting Functions


author: John Shuell, JP team: ngtaicho, Rainie
Send comments on this topic.