Click or drag to resize

ModManagerReadTextAllAsync Method (String)

Read contents of a file in text-mode asynchronously from all mods that have it.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static UniTask<IEnumerable<string>> ReadTextAllAsync(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
Path to the resource.

Return Value

Type: UniTaskIEnumerableString
A list of byte-arrays with contents of the files.
See Also