From 13d3e6c5741ae7c3756abfc93f298feb2672ff3c Mon Sep 17 00:00:00 2001 From: Lucas7yoshi Date: Thu, 28 Apr 2022 10:38:26 -0400 Subject: [PATCH] Cleanup cutscene documentation mistakes --- CUTSCENE/GetCutsceneTotalDuration.md | 4 ++-- CUTSCENE/SetCutscenePedComponentVariationFromPed.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CUTSCENE/GetCutsceneTotalDuration.md b/CUTSCENE/GetCutsceneTotalDuration.md index b78979506..5b25d96c5 100644 --- a/CUTSCENE/GetCutsceneTotalDuration.md +++ b/CUTSCENE/GetCutsceneTotalDuration.md @@ -9,7 +9,7 @@ int GET_CUTSCENE_TOTAL_DURATION(); ``` Gets the total length of the cutscene irrespective of playback list in milliseconds -To account for sections, see [`_GET_CUTSCENE_END_TIME`](#_0x971D7B15BCDBEF99) +To account for sections, see [`GET_CUTSCENE_END_TIME`](#_0x971D7B15BCDBEF99) ## Return value -Cutscene total length in milliseconds \ No newline at end of file +Cutscene total length in milliseconds diff --git a/CUTSCENE/SetCutscenePedComponentVariationFromPed.md b/CUTSCENE/SetCutscenePedComponentVariationFromPed.md index cf817035d..79ce2d5aa 100644 --- a/CUTSCENE/SetCutscenePedComponentVariationFromPed.md +++ b/CUTSCENE/SetCutscenePedComponentVariationFromPed.md @@ -11,7 +11,7 @@ void SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED(char* cutsceneEntName, Ped pe Sets the components for a cutscene ped, this will take precendence over the cutscene's component overrides. This does not require the entity be registered. -See +See [`REGISTER_ENTITY_FOR_CUTSCENE`](#_0xE40C1C56DF95C2E8) for an example. ## Parameters * **cutsceneEntName**: cut file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4 etc