NIS
8 functions
- NIS_CameraCheckpointONLY USE THIS INSIDE AN NIS EVENT. Wait until the NIS camera hits its counterpart checkpoint.
- NIS_ENDONLY USE THIS INSIDE AN NIS EVENT. Transition from the NIS back to the game.
- NIS_FadeCameraCutUsed to create a fade cut in an NIS
- NIS_PREAMBLEONLY USE THIS INSIDE AN NIS EVENT. Transition from the game into an NIS preamble - a quick section before the NIS proper. A preamble is totally optional, if you want to go straight into an NIS, skip this and use NIS_START instead.
- NIS_STARTONLY USE THIS INSIDE AN NIS EVENT. Transition from the game (or a preamble) into an NIS.
- NIS_StartDriftONLY USE THIS INSIDE AN NIS EVENT with an NIS camera. Starts the NIS camera drifting.
- NIS_StopDriftONLY USE THIS INSIDE AN NIS EVENT with an NIS camera. Stops the NIS camera drifting.
- NIS_StoreCurrentCameraPosStores the current camera position as the NIS's end_camera position.