Syntax
Lua |
---|
function Control:SetWantsUpdates(value); |
Parameters
- value
-
Type:
boolean
True to enable update calls.
Remarks
Sets the flag indicating if the cotnrol wants to receive update notifications. Update notifications are triggered every frame and should be used with care. Slow performing code will adversely affect the client framerate.