NextTag(object)

次に歩くウェイポイントのタグを得る。

void NextTag(
    object oWayTarget
);

Parameters

oWayTarget

ここで指定するウェイポイントを基点に、次のウェイポイントを探す。


Description

呼び出しオブジェクトからoWayTargetが3メートル以下にある場合、次のウェイポイントのタグをローカル変数に保存する。



Remarks

nw_c3_waypoint1.nss の 26 行目

インクルードファイルではないため、通常の方法では使用できないが、コピーして使うことができる。

nw_i0_genericのWalkWayPointよりも旧式の関数なため、使用をおすすめできない。使うならWalkWayPoint関数を使おう。


Version

1.28

See Also

functions: SetWayPointTo1
categories: Module Specific Functions | Private Functions Functions


author: Lilac Soul, additional contributor(s): Lilac Soul, JP team: ngtaicho
Send comments on this topic.