Table of Contents

Delegate SimUtil.LoopThroughTopLevelChildrenPartModelsCallback

Namespace
KSP.Networking.MP.Utils
Assembly
Assembly-CSharp.dll
public delegate bool SimUtil.LoopThroughTopLevelChildrenPartModelsCallback(SimulationObjectModel simulationObjectModel)

Parameters

simulationObjectModel SimulationObjectModel

Returns

bool
Extension Methods

Constructors

LoopThroughTopLevelChildrenPartModelsCallback(object, nint)

public LoopThroughTopLevelChildrenPartModelsCallback(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SimulationObjectModel, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(SimulationObjectModel simulationObjectModel, AsyncCallback callback, object @object)

Parameters

simulationObjectModel SimulationObjectModel
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(SimulationObjectModel)

public virtual bool Invoke(SimulationObjectModel simulationObjectModel)

Parameters

simulationObjectModel SimulationObjectModel

Returns

bool