SwiftlyS2

EntityTouchParams

Struct EntityTouchParams

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public struct EntityTouchParams

Inherited Members

Properties

Entity

The entity whose touch function was called.

public required CBaseEntity Entity { readonly get; init; }
Property Value

OtherEntity

The other entity involved in the touch.

public required CBaseEntity OtherEntity { readonly get; init; }
Property Value

On this page