Class HitInterceptor
Provide information about projectiles hit.
Inheritance
System.Object
HitInterceptor
Assembly: Sandbox.Common.dll
Syntax
public sealed class HitInterceptor : MulticastDelegate
Constructors
HitInterceptor(Object, IntPtr)
Declaration
public HitInterceptor(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ref MyProjectileInfo, ref MyProjectileHitInfo, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref MyProjectileInfo projectile, ref MyProjectileHitInfo info, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(ref MyProjectileInfo, ref MyProjectileHitInfo, IAsyncResult)
Declaration
public virtual void EndInvoke(ref MyProjectileInfo projectile, ref MyProjectileHitInfo info, IAsyncResult result)
Parameters
Invoke(ref MyProjectileInfo, ref MyProjectileHitInfo)
Declaration
public virtual void Invoke(ref MyProjectileInfo projectile, ref MyProjectileHitInfo info)
Parameters