A constructor defined in BBMOD_OutOfRangeException.gml
Extends BBMOD_Exception
new BBMOD_OutOfRangeException([_msg])
An exception thrown when you try to read a value from a data structure at an index which is out of its range.
Name | Type | Description |
---|---|---|
_msg | string |
The exception message. Defaults to "Index out of range!". |
Name | Description |
---|---|
Message | The exception message. |
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.