Table of Contents

Delegate CheckForSceneProblemsDelegate

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
public delegate bool CheckForSceneProblemsDelegate(Scene scene)

Parameters

scene Scene

Returns

bool
Extension Methods

Constructors

CheckForSceneProblemsDelegate(object, IntPtr)

public CheckForSceneProblemsDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Scene, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Scene scene, AsyncCallback callback, object @object)

Parameters

scene Scene
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(Scene)

public virtual bool Invoke(Scene scene)

Parameters

scene Scene

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).