Skip to content

Commit

Permalink
Cleanup cutscene documentation mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas7yoshi committed Apr 28, 2022
1 parent fe3233e commit c3da8bc
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`]()
To account for sections, see [`_GET_CUTSCENE_END_TIME`](#_0x011883f41211432a)

## 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 c3da8bc

Please sign in to comment.