BBMOD_OutOfRangeException

A constructor defined in BBMOD_OutOfRangeException.gml

Extends BBMOD_Exception

new BBMOD_OutOfRangeException([_msg])

Description

An exception thrown when you try to read a value from a data structure at an index which is out of its range.

Arguments

Name Type Description
_msg string The exception message. Defaults to "Index out of range!".

Inherited properties

Name Description
Message The exception message.
Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.