yowchap / BoneLib

A BONELAB mod for making life easier for other mod creators.
GNU General Public License v3.0
32 stars 19 forks source link

Check If Assembly Loaded #56

Closed FragileDeviations closed 1 year ago

FragileDeviations commented 1 year ago

Give the method the name of the assembly as a string, returns true if it's loaded and false if it's not. It converts the provided string and the assembly's name to lowercase before checking to prevent any casing problems.