The FiveM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
knowledge base
Explore / FiveM
Native reference
- CUTSCENEvoid
SET_CUTSCENE_CAN_BE_SKIPPED
Description not yet documented
0x41FAA8FB2ECE8720 - CUTSCENEvoid
SET_CUTSCENE_ENTITY_STREAMING_FLAGS
Only used in networked environment with MP cutscenes
0x4C61C75BEE8184C2 - CUTSCENEvoid
SET_CUTSCENE_FADE_VALUES
Description not yet documented
0x8093F23ABACCC7D4 - CUTSCENEvoid
SET_CUTSCENE_ORIGIN
Sets cutscene location, used for multiplayer apartments/businesses.
0xB812B3FD1C01CF27 - CUTSCENEvoid
SET_CUTSCENE_ORIGIN_AND_ORIENTATION
Description not yet documented
0x011883F41211432A - CUTSCENEvoid
SET_CUTSCENE_PED_COMPONENT_VARIATION
See [`SET_PED_COMPONENT_VARIATION`](#\_0x262B14F48D29DE80)
0xBA01E7B6DEEFBBC9 - CUTSCENEvoid
SET_CUTSCENE_PED_COMPONENT_VARIATION_FROM_PED
Sets the components for a cutscene ped, this will take precendence over the cutscene's component overrides. This does not require the entity be registered. See [`REGISTER_ENTITY_FOR_CUTSCENE`](#\_0xE40C1C56DF95C2E8) for an example.
0x2A56C06EBEF2B0D9 - CUTSCENEvoid
SET_CUTSCENE_PED_PROP_VARIATION
See [`SET_PED_PROP_INDEX`](#\_0x93376B65A266EB5F)
0x0546524ADE2E9723 - CUTSCENEvoid
SET_CUTSCENE_TRIGGER_AREA
``` Only used twice in R* scripts ```
0x9896CE4721BE84BA - CUTSCENEvoid
START_CUTSCENE
``` flags: Usually 0. ```
0x186D5CB5E7B0FF7B - CUTSCENEvoid
START_CUTSCENE_AT_COORDS
Similar to [`SET_CUTSCENE_ORIGIN`](#\_0xB812B3FD1C01CF27) but without heading and doesn't need [`START_CUTSCENE`](#\_0x186D5CB5E7B0FF7B)
0x1C9ADDA3244A1FBF - CUTSCENEvoid
STOP_CUTSCENE
Description not yet documented
0xC7272775B4DC786E - CUTSCENEvoid
STOP_CUTSCENE_IMMEDIATELY
Stop cutscene instantly, will dump registered entities right where they were when ran.
0xD220BDD222AC4A1E - CUTSCENEBOOL
WAS_CUTSCENE_SKIPPED
Description not yet documented
0x40C8656EDAEDD569
A living reference. Documentation coverage varies by native and source.