MakeWay(int)
ウェイポイントに沿って歩くためのタグを作る。
string MakeWay( int nNumber );
Parameters
nNumber
歩こうとするウェイポイントのナンバー
Description
単純にストリングを返す:"way" + IntToString(nNumber) + GetTag(OBJECT_SELF).
タグが"cr_karl"でnNumberが1の場合、"way1cr_karl"を返す
Remarks
nw_c3_waypoint1.nss の27行目
インクルードファイルではないため、通常の方法では使用できないが、コピーして使うことができる。
この関数は歩いている次のウェイポイントのタグを決定するために使われる。
nw_i0_genericのWalkWayPoints関数のほうが使いやすい。
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.