Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas7yoshi committed May 5, 2022
1 parent c3da8bc commit 35aec43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CUTSCENE/CanSetExitStateForCamera.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Whether or not it is safe to run functions on the camera,
as the camera is now no longer being used by the cutscene.
## Parameters
* **p0**: Mostly false
* **p0**:
## Return value
2 changes: 1 addition & 1 deletion CUTSCENE/CanSetExitStateForRegisteredEntity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOOL CAN_SET_EXIT_STATE_FOR_REGISTERED_ENTITY(char* cutsceneEntName, Hash modelH
Whether it is safe to start doing scripted actions on the entity, like simulating walking out of a cutscene.
## Parameters
* **cutsceneEntName**: i.e Michael
* **cutsceneEntName**: Name of the entity cHandle in the cutscene
* **modelHash**: Can be 0
## Return value
2 changes: 1 addition & 1 deletion CUTSCENE/GetCutsceneEndTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases: ['0x971D7B15BCDBEF99']
## _GET_CUTSCENE_END_TIME

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

Expand Down
2 changes: 1 addition & 1 deletion CUTSCENE/RequestCutscene.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ void REQUEST_CUTSCENE(char* cutsceneName, int flags);
```
## Parameters
* **cutsceneName**: Case insensitive
* **cutsceneName**: Case insensitive name of the .cut file
* **flags**: Usually 8
2 changes: 1 addition & 1 deletion CUTSCENE/SetCutscenePedComponentVariationFromPed.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Sets the components for a cutscene ped, this will take precendence over the cuts
See [`REGISTER_ENTITY_FOR_CUTSCENE`](#_0xE40C1C56DF95C2E8) for an example.
## Parameters
* **cutsceneEntName**: cut file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4 etc
* **cutsceneEntName**: Cutscene file cHandle, i.e Michael, Lamar, Franklin, MP_1-MP_4
* **ped**: Ped to copy components from
* **modelHash**: Not strictly neccasary, can be 0

0 comments on commit 35aec43

Please sign in to comment.