NetworkAddPedToSynchronisedSceneWithIk — FiveM Natives
0xA5EAFE473E45C442 · NETWORK · all
Adds a ped to a networked synchronized scene but extends NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE to support IK flags. There is barely any difference between this and NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE. `` NativeDB Introduced: v1290 ``
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | Index of the ped to add to the scene. |
| netSceneID | int | Network scene ID returned by [`NETWORK_CREATE_SYNCHRONISED_SCENE`](#\_0x7CD6BC4C2BBDD526). |
| animDict | char* | Which anim dictionary to use on this ped. |
| animClip | char* | Which clip from the anim dictionary to use on this ped. |
| blendIn | float | Blend in speed of the animation. Default is `8.0`. |
| blendOut | float | Blend out speed of the animation. Default is `-8.0`. |
| sceneFlags | int | Synchronized scene flags. See [`NETWORK_ADD_PED_TO_SYNCHRONISED_SCENE`](#\_0x742A637471BCECD9). |
| ragdollFlags | int | Ragdoll blocking flags. Default is 0. |
| moverBlendInDelta | float | Determines the rate at which the mover blends in to the scene. Useful for ensuring a seamless entry onto a synchronized scene. Default is `1000.0`. |
| ikFlags | int | Inverse kinematics flags. Default is `0`. |