A constructor defined in BBMOD_Exception.gml
new BBMOD_Exception([_msg])
The base struct for exceptions thrown by the BBMOD library.
Name | Type | Description |
---|---|---|
_msg | String |
An exception message. Defaults to an empty string. |
Name | Description |
---|---|
Message | The exception message. |
BBMOD_NotImplementedException, BBMOD_OutOfRangeException
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.