TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ loadLib()

void Terraria.Main.loadLib ( string path)
inline

Definition at line 5076 of file Main.cs.

5077 {
5078 libPath = path;
5080 }
static IntPtr LoadLibrary(string dllToLoad)
static string libPath
Definition Main.cs:1323

References Terraria.Main.libPath, and Terraria.Main.LoadLibrary().

+ Here is the call graph for this function: