Table of Contents

Interface IPluginContainer

Namespace
Obsidian.API.Plugins
Assembly
Obsidian.API.dll
public interface IPluginContainer

Methods

GetFileData(string)

Searches for the specified file that was packed alongside your plugin.

byte[]? GetFileData(string fileName)

Parameters

fileName string

The name of the file you're searching for.

Returns

byte[]

Null if the file is not found or the byte array of the file.