This variable holds status (
true\
false) of whether the native extension was successfully loaded. The extension may not be loaded in a few cases:
-
Extension is not supported on the target platform.
-
Extension' file is amiss (e.g. the user did not unzip the game before running).
As per GameMaker rules, all calls to unavailable extensions return
0 instead, so you may want to check this and notify the user prior to performing any operations.