SetValue (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 Fixed the link |
>JulienDethurens No edit summary |
||
Line 1: | Line 1: | ||
<onlyinclude>{{Method | <onlyinclude>{{Method | ||
|name = SetValue | |name = SetValue | ||
|arguments = | |arguments = {{type|float}} <var>newValue</var> | ||
|description = Sets the value of the CustomEvent and fires the [[SourceValueChanged (Event)|SourceValueChanged]] event of all the receivers connected to the CustomEvent. | |description = Sets the value of the CustomEvent and fires the [[SourceValueChanged (Event)|SourceValueChanged]] event of all the receivers connected to the CustomEvent. | ||
|object = CustomEvent | |object = CustomEvent |
Revision as of 01:23, 13 February 2012
![]() | |
Returns | nil |
Description: | Sets the value of the CustomEvent and fires the SourceValueChanged event of all the receivers connected to the CustomEvent. |
Member of: | CustomEvent |