Delegate StartSyncedSceneAsyncEventDelegate
Assembly: AltV.Net.Async.dll
Syntax
public delegate Task StartSyncedSceneAsyncEventDelegate(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 |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|