EntityTouchParams
Struct EntityTouchParams
Namespace: SwiftlyS2.Shared.GameHooks
Assembly: SwiftlyS2.CS2.dll
public struct EntityTouchParamsInherited Members
- object.Equals(object?)
- object.Equals(object?, object?)
- object.GetHashCode()
- object.GetType()
- object.ReferenceEquals(object?, object?)
- object.ToString()
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