Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
ReadBytesAll Method
ReadBytesAll Method (String)
ReadBytesAll Method (ResourceFolder, String)
ModManager
ReadBytesAll Method (String)
Read contents of a file in binary-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
<
byte
[]>
ReadBytesAll
(
string
path
)
Request Example
View Source
Parameters
path
Type:
System
String
Path to the resource.
Return Value
Type:
IEnumerable
Byte
A list of byte-arrays with contents of the files.
See Also
Reference
ModManager Class
ReadBytesAll Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com