Struct EntityCreateEvent
This event is used to notify about a created entity
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AltV.Net.EntitySync.Events
Assembly: AltV.Net.EntitySync.dll
Syntax
public readonly struct EntityCreateEvent
Constructors
| Improve this Doc View SourceEntityCreateEvent(IEntity, IDictionary<String, Object>)
Declaration
public EntityCreateEvent(IEntity entity, IDictionary<string, object> data)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity | |
System.Collections.Generic.IDictionary<System.String, System.Object> | data |
Fields
| Improve this Doc View SourceData
Declaration
public readonly IDictionary<string, object> Data
Field Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Entity
Declaration
public readonly IEntity Entity
Field Value
Type | Description |
---|---|
IEntity |