SwiftlyS2

IOnEntityEndTouchEvent

Interface IOnEntityEndTouchEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when an entity ends touching another entity.

public interface IOnEntityEndTouchEvent

Properties

Entity

Gets the entity that initiated the touch.

CBaseEntity Entity { get; }
Property Value

OtherEntity

Gets the entity being touched.

CBaseEntity OtherEntity { get; }
Property Value

On this page