macro
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 © 2023, BlueBurn. Built on February 04, 2023 using GMDoc.