BBMOD_DLL_IS_SUPPORTED

macro

Description

Bool Evaluates to true if BBMOD DLL is supported on the current platform and the BBMOD dynamic library exists.

Example

if (BBMOD_DLL_IS_SUPPORTED)
{
    var _dll = new BBMOD_DLL();
    // Use BBMOD DLL here...
    _dll = _dll.destroy();
}

See also

BBMOD_DLL_PATH

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.