CanSetExitStateForRegisteredEntity — FiveM Natives
0x4C6A6451C79E4662 · CUTSCENE · all
Returns if the script can begin interacting with the registered entity. Primarly used for lead-outs of cutscenes. Returns on frame after cutscene ends, so you cannot get is while using IsCutsceneActive() Whether it is safe to start doing scripted actions on the entity, like simulating walking out of a cutscene.
Parameters
| Name | Type | Description |
|---|---|---|
| cutsceneEntName | char* | i.e Michael |
| modelHash | Hash | Can be 0 |
Returns
BOOL