There was an error while loading. Please reload this page.
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.
true
Instance
ObjectName
false