Skip to content

Commit

Permalink
tweak: remove underscore prefix, this is the natives name
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight committed Sep 19, 2024
1 parent 390c2a9 commit c334a33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CUTSCENE/GetCutsceneEndTime.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
ns: CUTSCENE
aliases: ['0x971D7B15BCDBEF99']
aliases: ['0x971D7B15BCDBEF99', '_GET_CUTSCENE_END_TIME']
---
## _GET_CUTSCENE_END_TIME
## GET_CUTSCENE_END_TIME

```c
// 0x971D7B15BCDBEF99
int _GET_CUTSCENE_END_TIME();
int GET_CUTSCENE_END_TIME();
```

Returns the time of the cutscene's end accounting for [`REQUEST_CUTSCENE_WITH_PLAYBACK_LIST`](#_0xC23DE0E91C30B58C)
Expand Down

0 comments on commit c334a33

Please sign in to comment.