Interface IMod
Assembly: HollowKnight.dll
Syntax
public interface IMod : ILogger
Methods
|
Edit this page
View Source
GetName()
Declaration
Returns
|
Edit this page
View Source
GetPreloadNames()
Declaration
List<(string, string)> GetPreloadNames()
Returns
|
Edit this page
View Source
GetVersion()
Declaration
Returns
|
Edit this page
View Source
Initialize(Dictionary<string, Dictionary<string, GameObject>>)
Declaration
void Initialize(Dictionary<string, Dictionary<string, GameObject>> preloadedObjects)
Parameters
|
Edit this page
View Source
IsCurrent()
Declaration
Returns
|
Edit this page
View Source
LoadPriority()
Declaration
Returns
|
Edit this page
View Source
PreloadSceneHooks()
A list of requested scenes to be preloaded and actions to execute on loading of those scenes
Declaration
(string, Func<IEnumerator>)[] PreloadSceneHooks()
Returns
Type |
Description |
(string, Func<IEnumerator>)[] |
List of tuples containg scene names and the respective actions.
|
Extension Methods