IOnEntityTouchHookEvent
Interface IOnEntityTouchHookEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
[Obsolete("IOnEntityTouchHookEvent is deprecated. Use IOnEntityStartTouchEvent, IOnEntityTouchEvent, or IOnEntityEndTouchEvent instead.")]
public interface IOnEntityTouchHookEventProperties
Entity
Gets the entity that initiated the touch.
CBaseEntity Entity { get; }Property Value
OtherEntity
Gets the entity being touched.
CBaseEntity OtherEntity { get; }Property Value
TouchType
Gets the type of touch interaction.
EntityTouchType TouchType { get; }Property Value