Skip to content

Commit

Permalink
Cleanup cutscene documentation mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas7yoshi authored and AvarianKnight committed Sep 19, 2024
1 parent 0fc33ae commit 13d3e6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CUTSCENE/GetCutsceneTotalDuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Cutscene total length in milliseconds
2 changes: 1 addition & 1 deletion CUTSCENE/SetCutscenePedComponentVariationFromPed.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d3e6c

Please sign in to comment.