Assembly: Sandbox.Game.dll

public sealed class CustomMovementFunction: MulticastDelegate, ICloneable, ISerializable

Constructors

Member Description
CustomMovementFunction(object, IntPtr)

Methods

Member Description
BeginInvoke(MyEntityThrustComponent, Vector3D, double, double, bool, bool, bool, double, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(MyEntityThrustComponent, Vector3D, double, double, bool, bool, bool, double)

Inheritance: MulticastDelegate prohibited

Implements: