Skip to content

Commit e51b9be

Browse files
fix: few cutscene links (citizenfx#990)
1 parent f1f7a7d commit e51b9be

4 files changed

+4
-4
lines changed

CUTSCENE/GetCutsceneEndTime.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: ['0x971D7B15BCDBEF99']
99
int _GET_CUTSCENE_END_TIME();
1010
```
1111

12-
Returns the time of the cutscene's end accounting for [`REQUEST_CUTSCENE_WITH_PLAYBACK_LIST`](_0xC23DE0E91C30B58C)
12+
Returns the time of the cutscene's end accounting for [`REQUEST_CUTSCENE_WITH_PLAYBACK_LIST`](#_0xC23DE0E91C30B58C)
1313

1414
If a cutscene is laid out with 10 second sections, and section 0 and 1 are enabled then it would be 20000ms.
1515

CUTSCENE/GetCutsceneTotalDuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ int GET_CUTSCENE_TOTAL_DURATION();
99
```
1010

1111
Gets the total length of the cutscene irrespective of playback list in milliseconds
12-
To account for sections, see [`_GET_CUTSCENE_END_TIME`]()
12+
To account for sections, see [`_GET_CUTSCENE_END_TIME`](#_0x971D7B15BCDBEF99)
1313

1414
## Return value
1515
Cutscene total length in milliseconds

CUTSCENE/SetCutscenePedPropVariation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: ["0x0546524ADE2E9723"]
99
void SET_CUTSCENE_PED_PROP_VARIATION(char* cutsceneEntName, int componentId, int drawableId, int textureId, Hash modelHash);
1010
```
1111
12-
See [`SET_PED_PROP_INDEX`](_0x93376B65A266EB5F)
12+
See [`SET_PED_PROP_INDEX`](#_0x93376B65A266EB5F)
1313
1414
## Parameters
1515
* **cutsceneEntName**: i.e Michael, Trevor, MP_1, MP_4

CUTSCENE/StartCutsceneAtCoords.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ns: CUTSCENE
88
void START_CUTSCENE_AT_COORDS(float x, float y, float z, int flags);
99
```
1010
11-
Similar to [`SET_CUTSCENE_ORIGIN`](_0xB812B3FD1C01CF27) but without heading and doesn't need [`START_CUTSCENE`](_0x186D5CB5E7B0FF7B)
11+
Similar to [`SET_CUTSCENE_ORIGIN`](#_0xB812B3FD1C01CF27) but without heading and doesn't need [`START_CUTSCENE`](#_0x186D5CB5E7B0FF7B)
1212
1313
## Parameters
1414
* **x**:

0 commit comments

Comments
 (0)