GetDistanceBetweenLocations(location, location)

ゲーム内の2つの位置(ロケーション)の距離を測ります。

float GetDistanceBetweenLocations(
    location lLocationA,
    location lLocationB
);

Parameters

lLocationA

距離を測りたいlocationの変数

lLocationB

距離を測りたいlocationの変数


Description

2つの位置間の距離をメートルで返します。無効なLocationの計測、別のエリア間のLocationの計測は、-1.0fを返します。



Version

1.26

See Also

functions: GetDistanceBetween | GetDistanceToObject
categories: Core AI Functions | Math Functions | Movement Functions | Targeting Functions


author: John Shuell, editor: Charles Feduke, additional contributor(s): Marcus Lunzenauer, JP team: ngtaicho, Rainie
Send comments on this topic.