Native referenceFiveM

CAN_REQUEST_ASSETS_FOR_CUTSCENE_ENTITY

0xB56BBBCC2955D9CB CUTSCENE
FUNCTION SIGNATURE
BOOL CAN_REQUEST_ASSETS_FOR_CUTSCENE_ENTITY(/* parameters not documented */);
Property Value
Native Name CAN_REQUEST_ASSETS_FOR_CUTSCENE_ENTITY
Hash 0xB56BBBCC2955D9CB
Return Type BOOL

Description: Returns when it is safe to start applying changes to cutscene entities.

Should always be used for applying components.

See SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED and REGISTER_ENTITY_FOR_CUTSCENE for an example.

This will be true before the cutscene is considered loaded

Back to CUTSCENE