swiftlys2/docs/api/ai/
API Reference Events

IOnEntityStartTouchEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public interface IOnEntityStartTouchEvent

Called when an entity starts touching another entity.

View source

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