GetChapter()

現在プレイヤーがいる章の番号を返します。

int GetChapter();

Description

現在進行している章番号の整数値を返します。

章の名前はGetName(GetModule())関数の呼び出しによって返さます。そして、連続したifステートメント文の中でモジュール番号が見つかります。



Remarks

この関数はnw_i0_henchman.nssの538行目にあります。


Requirements

#include "nw_i0_henchman"

Version

1.22

See Also

categories: Module Specific Functions


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