BBMOD_DLL_IS_SUPPORTED

A macro defined in BBMOD_DLL.gml

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 © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.