Skip to content

M_MSCLoader_Mod_SecondPassOnLoad

piotrulos edited this page Apr 7, 2023 · 3 revisions

Mod.SecondPassOnLoad Method

Called once, after ALL mods has finished OnLoad() and when SecondPass is set to true (Executed still before first pass of Update(), but NOT exectued if OnLoad() failed with error)

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.2.11.286

Syntax

C#

public virtual void SecondPassOnLoad()

View Source

See Also

Reference

Mod Class
MSCLoader Namespace

Clone this wiki locally