yowchap / BoneLib

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

Check If Assembly Loaded #56

Closed FragileDeviations closed 10 months ago

FragileDeviations commented 10 months 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.