GetChapter()

Gets the chapter number the player is currently in.

int GetChapter();

Description

Returns the integer value for the chapter currently running. The chapter name is returned from the GetName(GetModule()) function call and then through a series of if statements the number of the module is found.



Remarks

This function can be found in nw_i0_henchman.nss on line 538.


Requirements

#include "nw_i0_henchman"

Version

1.22

See Also

categories: Module Specific Functions


 author: John Shuell