Baldi's Basics Plus Glue API
Modding API for Baldi's Basics Plus
Loading...
Searching...
No Matches
BBPGlue.API.BBPUtil Class Referencesealed

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.

Detailed Description

Utility helpers used by the API for type checks and miscellaneous helpers.

Member Function Documentation

◆ IsA()

bool BBPGlue.API.BBPUtil.IsA ( object obj,
string className )
static

Returns true if the provided object's runtime type is assignable to the named type.

Parameters
objThe object to test.
classNameThe fully-qualified class name to check against.
Returns
True if obj is an instance of, or derives from, the named type; otherwise false.

The documentation for this class was generated from the following file: