diff --git a/CUTSCENE/CanSetExitStateForCamera.md b/CUTSCENE/CanSetExitStateForCamera.md index 91bd8a86d..f3d2a4666 100644 --- a/CUTSCENE/CanSetExitStateForCamera.md +++ b/CUTSCENE/CanSetExitStateForCamera.md @@ -12,6 +12,6 @@ Whether or not it is safe to run functions on the camera, as the camera is now no longer being used by the cutscene. ## Parameters -* **p0**: Mostly false +* **p0**: ## Return value diff --git a/CUTSCENE/CanSetExitStateForRegisteredEntity.md b/CUTSCENE/CanSetExitStateForRegisteredEntity.md index cb9273101..6e8afc168 100644 --- a/CUTSCENE/CanSetExitStateForRegisteredEntity.md +++ b/CUTSCENE/CanSetExitStateForRegisteredEntity.md @@ -11,7 +11,7 @@ BOOL CAN_SET_EXIT_STATE_FOR_REGISTERED_ENTITY(char* cutsceneEntName, Hash modelH Whether it is safe to start doing scripted actions on the entity, like simulating walking out of a cutscene. ## Parameters -* **cutsceneEntName**: i.e Michael +* **cutsceneEntName**: Name of the entity cHandle in the cutscene * **modelHash**: Can be 0 ## Return value diff --git a/CUTSCENE/GetCutsceneEndTime.md b/CUTSCENE/GetCutsceneEndTime.md index ccf8006b8..c1b626a7c 100644 --- a/CUTSCENE/GetCutsceneEndTime.md +++ b/CUTSCENE/GetCutsceneEndTime.md @@ -5,7 +5,7 @@ aliases: ['0x971D7B15BCDBEF99'] ## _GET_CUTSCENE_END_TIME ```c -// 0x011883f41211432a +// 0x971D7B15BCDBEF99 int _GET_CUTSCENE_END_TIME(); ``` diff --git a/CUTSCENE/RequestCutscene.md b/CUTSCENE/RequestCutscene.md index 74228e513..bd9cd8ace 100644 --- a/CUTSCENE/RequestCutscene.md +++ b/CUTSCENE/RequestCutscene.md @@ -9,6 +9,6 @@ void REQUEST_CUTSCENE(char* cutsceneName, int flags); ``` ## Parameters -* **cutsceneName**: Case insensitive +* **cutsceneName**: Case insensitive name of the .cut file * **flags**: Usually 8 diff --git a/CUTSCENE/SetCutscenePedComponentVariationFromPed.md b/CUTSCENE/SetCutscenePedComponentVariationFromPed.md index 79ce2d5aa..895011e4c 100644 --- a/CUTSCENE/SetCutscenePedComponentVariationFromPed.md +++ b/CUTSCENE/SetCutscenePedComponentVariationFromPed.md @@ -14,6 +14,6 @@ Sets the components for a cutscene ped, this will take precendence over the cuts See [`REGISTER_ENTITY_FOR_CUTSCENE`](#_0xE40C1C56DF95C2E8) for an example. ## Parameters -* **cutsceneEntName**: cut file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4 etc +* **cutsceneEntName**: Cutscene file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4 * **ped**: Ped to copy components from * **modelHash**: Not strictly neccasary, can be 0