A macro defined in BBMOD_DLL.gml
Bool
Evaluates to true
if BBMOD DLL is supported on the current platform and the BBMOD dynamic library exists.
if (BBMOD_DLL_IS_SUPPORTED)
{
var _dll = new BBMOD_DLL();
// Use BBMOD DLL here...
_dll = _dll.destroy();
}
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.