Struct EntityNetOwnerChangeEvent
This event is used to notify about a local client net owner update of a 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 EntityNetOwnerChangeEvent
Constructors
| Improve this Doc View SourceEntityNetOwnerChangeEvent(IEntity, Boolean)
Declaration
public EntityNetOwnerChangeEvent(IEntity entity, bool state)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity | |
System.Boolean | state |
Fields
| Improve this Doc View SourceEntity
Declaration
public readonly IEntity Entity
Field Value
Type | Description |
---|---|
IEntity |
State
Declaration
public readonly bool State
Field Value
Type | Description |
---|---|
System.Boolean |