Beta Documentation - Subject to change.

Gets the flag indicating if the control wants to receive Update notifications.

Syntax

Lua
function Control:GetWantsUpdates();

Returns

Type: boolean
True if the control is receiving update notifications.

Remarks

Gets the flag indicating if the control wants to receive Update notifications.

See Also