Syntax
Lua |
---|
function Control:GetWantsUpdates(); |
Returns
Type: booleanTrue if the control is receiving update notifications.
Remarks
Gets the flag indicating if the control wants to receive Update notifications.
Lua |
---|
function Control:GetWantsUpdates(); |