<Code Lib>
2027 Method
Changes 0
M

UpdaterData.IsChangeTriggered

Description:
Allows updater to check if specific change has happened to an element. Compares input type to the types that caused Updater::execute() to be triggered.

public bool IsChangeTriggered(
	ElementId id,
	ChangeType type
)

Return Value Boolean True if ChangeType happened to specified element

Loading…