-
Notifications
You must be signed in to change notification settings - Fork 16
Next: IsInstanceOfObject
Archie_UwU edited this page Aug 20, 2025
·
1 revision
Returns a pointer to the instance representing the GameMaker global namespace.
bool IsInstanceOfObject(
[in] const RValue& Instance,
[in] std::string_view ObjectName
);The instance whose parent object is to be checked.
The name of the object to be case-insensitively compared to the instance's parent object's name.
| Value | Description |
|---|---|
true |
Instance is an instance of ObjectName. |
false |
Instance is not an instance of ObjectName. |
| Criterium | Value |
|---|---|
| Minimum YYTK Version | 4.0.0 |
| Context | Any |