swiftlys2/docs/api/ai/
API Reference GameHooks

EntityTouchParams

Struct
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public struct EntityTouchParams
View source

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