DelegatesRecursive

function

DelegatesRecursive(_item)

Description

Finds out whether the widget delegates the item.

Arguments

Name Type Description
_item Struct.PEd_GUIWidget The item.

Returns

Bool True if the widget delegates the item.

Note

If the widget is not the delegate of the item, this function is called recursively for the item's delegate, until the widget is found or the item does not have delegate.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.