Beispiel #1
0
 internal HitResult on_OnLanded(HitResult Hit) =>
 OnLanded != null?OnLanded(Hit) : Hit;
Beispiel #2
0
 ///<summary>Clears the reference to UpdatedComponent, fires stop event (OnProjectileStop), and stops ticking (if bAutoUpdateTickRegistration is true).</summary>
 public void StopSimulating(HitResult HitResult) =>
 ProjectileMovementComponent_methods.StopSimulating_method.Invoke(ObjPointer, HitResult);