Click or drag to resize

SimpleDispatcherStartCoroutineSafe Method

Starts a co-routine with exceptions handled.

Namespace:  Kit.Modding.Scripting
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void StartCoroutineSafe(
	IEnumerator enumerator
)
Request Example View Source

Parameters

enumerator
Type: System.CollectionsIEnumerator
See Also