|
Baldi's Basics Plus Glue API
Modding API for Baldi's Basics Plus
|
Utility helpers used by the API for type checks and miscellaneous helpers. More...
Static Public Member Functions | |
| static bool | IsA (object obj, string className) |
| Returns true if the provided object's runtime type is assignable to the named type. | |
Utility helpers used by the API for type checks and miscellaneous helpers.
|
static |
Returns true if the provided object's runtime type is assignable to the named type.
| obj | The object to test. |
| className | The fully-qualified class name to check against. |