bool ReRandomizeIterations(int inChapterIdx)
Description
Clears the iterations order that was determined for a loop chapter through the OnCreateIterationOrder() function.
Once this fucntion is called (before entering the relevant chapter), the OnCreateIterationOrder() will be called again once entering that chapter
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inChapterIdx | int | chapter index |
Return Type
bool
Comments
Please sign in to leave a comment.