Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
ReadTextAll Method
ReadTextAll Method (String)
ReadTextAll Method (ResourceFolder, String)
ModManager
ReadTextAll Method (ResourceFolder, String)
Read contents of a file in text-mode from all mods that have it.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
IEnumerable
<
string
>
ReadTextAll
(
ResourceFolder
folder
,
string
file
)
Request Example
View Source
Parameters
folder
Type:
Kit
ResourceFolder
The folder to read the file from.
file
Type:
System
String
The path and file-name relative to the
folder
.
Return Value
Type:
IEnumerable
String
A list of byte-arrays with contents of the files.
See Also
Reference
ModManager Class
ReadTextAll Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com