A constructor defined in BBMOD_Exception.gml
Extends BBMOD_Class
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. |
Name | Description |
---|---|
destroy | Frees resources used by the struct from memory. |
implement | Implements an interface into the struct. |
implements | Checks whether the struct implements an interface. |
is_instance | Checks if the struct inherits from given class. |
BBMOD_NotImplementedException, BBMOD_OutOfRangeException
Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.