Delegate StartSyncedSceneDelegate
Namespace: AltV.Net.Events
Assembly: AltV.Net.dll
Syntax
public delegate void StartSyncedSceneDelegate(IPlayer source, int sceneId, Position position, Rotation rotation, uint animDictHash, Dictionary<IEntity, uint> entityAndAnimHash);
Parameters
| Type | Name | Description |
|---|---|---|
| IPlayer | source | |
| System.Int32 | sceneId | |
| Position | position | |
| Rotation | rotation | |
| System.UInt32 | animDictHash | |
| System.Collections.Generic.Dictionary<IEntity, System.UInt32> | entityAndAnimHash |