API Reference › GameHooksEntityTouchParamsStructNamespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dllpublic struct EntityTouchParamsView sourcePropertiesEntityThe entity whose touch function was called.public required CBaseEntity Entity { readonly get; init; }Property ValueCBaseEntityOtherEntityThe other entity involved in the touch.public required CBaseEntity OtherEntity { readonly get; init; }Property ValueCBaseEntity