Murl Engine Lua Addon API  Version 1.0 beta
Murl.ChangeInspector

Inspector for observing ChangeController classes.

The inspector is used by the ChangeController::WasChanged() method to determine a change in the controller.


Table members

Functions


Murl.ChangeInspector.new()

The default constructor.

Murl.ChangeInspector new()

Returns
Murl.ChangeInspector


Methods


CheckFrame(frame)

Check and store the current frame.

Boolean CheckFrame(Integer frame)

Parameters
frameThe current frame.
Returns
Boolean true if the frame was different.