function
is_instance(_class)
Checks if the struct inherits from given class.
Name | Type | Description |
---|---|---|
_class | Function |
The class constructor. |
Bool
Returns true
if the struct inherits from the class.
Copyright © 2023, BlueBurn. Built on March 24, 2023 using GMDoc.