NetworkAddEntityToSynchronisedScene — FiveM Natives
0xF2404D68CBC855FA · NETWORK · all
Adds an entity to a network synchronised scene.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | Entity handle to add to the scene. |
| netScene | int | Which network scene to add this entity to (Returned by [`NETWORK_CREATE_SYNCHRONISED_SCENE`](#\_0x7CD6BC4C2BBDD526)) |
| animDict | char* | Animation dictionary to play on this entity. |
| animName | char* | Animation clip from the dictionary to play on this entity. |
| blendIn | float | Blend in speed of the animation. Default is `8.0`. |
| blendOut | float | Blend out speed of the animation. Default is `-8.0`. |
| flag | int | Synchronized scene flags. See [`NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE`](#\_0x742A637471BCECD9) for more info. |
Returns
void