Struct EntityRemoveEvent
This event is used to notify about a removed 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 EntityRemoveEvent
Constructors
| Improve this Doc View SourceEntityRemoveEvent(IEntity)
Declaration
public EntityRemoveEvent(IEntity entity)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity |
Fields
| Improve this Doc View SourceEntity
Declaration
public readonly IEntity Entity
Field Value
Type | Description |
---|---|
IEntity |